Skip to content

πŸ”– (bump): Bump version v2.0.0 #7255

πŸ”– (bump): Bump version v2.0.0

πŸ”– (bump): Bump version v2.0.0 #7255

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