Skip to content

Commit

Permalink
review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 committed Sep 11, 2024
1 parent 364974f commit 7eae4c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:

# Run formatter
- name: Run clang-format
run: ./format && git diff --name-only --exit-code
run: ./format

# Cancel if there's a diff
- name: Check status
run: git diff --name-only --exit-code

0 comments on commit 7eae4c7

Please sign in to comment.