Skip to content

[benchmarks] remove accidental copy&pate #121

[benchmarks] remove accidental copy&pate

[benchmarks] remove accidental copy&pate #121

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