Skip to content

🔀️ Merge branch 'ladislas/feature/ci-erase-robots-after-functional-te… #7261

🔀️ Merge branch 'ladislas/feature/ci-erase-robots-after-functional-te…

🔀️ Merge branch 'ladislas/feature/ci-erase-robots-after-functional-te… #7261

Workflow file for this run

# CI - Check Workflow
name: Linters
on: push
jobs:
clang_format:
name: clang-format
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Run clang-format
run: |
python3 tools/run-clang-format.py --clang-format-executable=clang-format-18 -r --extension=h,hpp,c,cpp --color=always --style=file ./app ./drivers ./libs ./spikes ./tests