Skip to content

Commit

Permalink
updated changed-files globs to include all cpp (cpp/h) files under sr…
Browse files Browse the repository at this point in the history
…c folder and h/hpp files inside include folder
  • Loading branch information
rjwignar committed Jun 7, 2024
1 parent bd37776 commit 9e1a4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: tj-actions/[email protected]
with:
files: |
src/Features/*.cpp
src/Features/*.h
src/**/*.{cpp,h}
include/**/*.{h,hpp}
**/*.hlsl
**/*.hlsli
separator: ","
Expand Down

0 comments on commit 9e1a4ff

Please sign in to comment.