diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index fe18583d..7395d9be 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -30,8 +30,8 @@ jobs: uses: tj-actions/changed-files@v42.0.5 with: files: | - src/Features/*.cpp - src/Features/*.h + src/**/*.{cpp,h} + include/**/*.{h,hpp} **/*.hlsl **/*.hlsli separator: ","