Skip to content

Commit

Permalink
Add build/CMakeFiles to the ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 29, 2023
1 parent d717af9 commit bf50d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
ignore: "external|Qt"
ignore: "external|Qt|build/CMakeFiles"

- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit bf50d31

Please sign in to comment.