Skip to content

Commit

Permalink
Update pr-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Micnasr authored Mar 23, 2024
1 parent 834bf32 commit b50dc9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:

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

0 comments on commit b50dc9c

Please sign in to comment.