Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Oct 30, 2023
1 parent 925d3d2 commit 0ada125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
ref: master
- name: Pre-Format
run: |
clang-format -style=llvm -dump-config > .clang-format
find . -regex '.*\.\(cpp\|hpp\|cu\|c\|h\)' -exec clang-format -style=file -i {} \;
- name: Run clang-format
uses: jidicula/[email protected]
Expand Down

0 comments on commit 0ada125

Please sign in to comment.