Skip to content

Commit

Permalink
removed headers from clang-check
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Aug 2, 2023
1 parent f4d89bc commit b0c21ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,5 @@ jobs:
run: |
git ls-files \
| grep core \
| grep -E "\.cpp$|\.cxx$|\.h$|\.hpp$" \
| grep -E "\.cpp$|\.cxx$" \
| xargs -n1 -P$(nproc) clang-check -p build --extra-arg=-Werror

0 comments on commit b0c21ed

Please sign in to comment.