Skip to content

Commit

Permalink
remove specifit identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Dec 15, 2023
1 parent 9c3dd88 commit 79df928
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 @@ -186,7 +186,7 @@ jobs:
git fetch origin master --depth 1
- name: Check clang-format
run: |
diff=$(git clang-format-16 --style file --diff origin/master)
diff=$(git clang-format --style file --diff origin/master)
if [ "$diff" != "" ]; then
exit 1
fi
Expand Down

0 comments on commit 79df928

Please sign in to comment.