Skip to content

Commit

Permalink
trying to fix style reference in command
Browse files Browse the repository at this point in the history
  • Loading branch information
Micnasr authored Mar 27, 2024
1 parent e75adff commit 56d435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Check code formatting
run: |
git clang-format --style=file --style=file=firmware/.clang-format --diff $(git merge-base HEAD main) -v
git clang-format --style=file:firmware/.clang-format --diff $(git merge-base HEAD main) -v
- name: Check for changes
id: check_changes
Expand Down

0 comments on commit 56d435f

Please sign in to comment.