Skip to content

Commit

Permalink
Update cpp_linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua authored Jan 2, 2025
1 parent 0192254 commit e8e4e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpp_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
- name: Verificar versão do clang-format
run: clang-format --version

- uses: cpp-linter/cpp-linter-action@v2
- name: C/C++ Linter
uses: cpp-linter/cpp-linter-action@v2.13.4
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: 'file' # Use .clang-format config file.
tidy-checks: '-*' # disable clang-tidy checks.
# format-review: true
format-review: true
step-summary: true
# only 'update' a single comment in a pull request thread.
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
Expand Down

0 comments on commit e8e4e95

Please sign in to comment.