Skip to content

Merge branch 'new_benchmarks_2024' of github.com:spcl/praas into new_… #127

Merge branch 'new_benchmarks_2024' of github.com:spcl/praas into new_…

Merge branch 'new_benchmarks_2024' of github.com:spcl/praas into new_… #127

Workflow file for this run

name: Linting
on:
pull_request:
push:
jobs:
format:
runs-on: ubuntu-latest
container: mcopik/cpp-tools:clang-15
steps:
- uses: actions/checkout@v3
- name: clang-format
run: |
/opt/run-clang-format.py -r ${GITHUB_WORKSPACE}/control-plane
/opt/run-clang-format.py -r ${GITHUB_WORKSPACE}/common