Skip to content

Commit

Permalink
modified format step to format only modified source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Feb 29, 2024
1 parent e7254dc commit 5c23bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: "."
source: "${{ steps.process-list.outputs.changed_files }}"
exclude: "extern include"
extensions: "h,cpp,c,hlsl,hlsli"
clangFormatVersion: 16
Expand Down

0 comments on commit 5c23bc1

Please sign in to comment.