Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Feb 2, 2025
1 parent 5f08834 commit f33582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:

- name: Select files to check
uses: tj-actions/glob@v22
working-directory: cpp
id: glob
with:
files: |
**/*.cpp
excluded-files: |
**/generated/*.cpp
working-directory: cpp

- name: Run Clang Tidy
working-directory: cpp
Expand Down

0 comments on commit f33582f

Please sign in to comment.