Skip to content

✨ (StateMachine): Add magic_card_detected event to wakeUp from DeepSl… #7204

✨ (StateMachine): Add magic_card_detected event to wakeUp from DeepSl…

✨ (StateMachine): Add magic_card_detected event to wakeUp from DeepSl… #7204

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