Skip to content

Commit

Permalink
ci: cpp-linter adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBrassoud committed Mar 7, 2024
1 parent 24ca8df commit 5918bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
style: 'file' # Use .clang-format config file
tidy-checks: '' # Use .clang-tidy config file
tidy-review: true # Enable clang suggestions in PRs
files-changed-only: false
version: 15 # PIO embeded clang version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5918bb3

Please sign in to comment.