Skip to content

Commit

Permalink
Change ref in format command
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Dec 15, 2023
1 parent a4a8688 commit d296516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
git fetch origin master --depth 1
- name: Check clang-format
run: |
diff=$(git clang-format-15 --style file --diff master)
diff=$(git clang-format-15 --style file --diff origin/master)
if [ "$diff" != "" ]; then
exit 1
fi
Expand Down

0 comments on commit d296516

Please sign in to comment.