Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 5, 2024
1 parent f5b41d8 commit 21b845a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,17 @@ jobs:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2
id: linter
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: 'file' # Use .clang-format config file
tidy-checks: '' # Use .clang-tidy config file
files-changed-only: false
thread-comments: false
- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
run: echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"

iwyu:
name: IWYU
Expand Down

0 comments on commit 21b845a

Please sign in to comment.