Skip to content

Commit

Permalink
no pre-format
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Nov 2, 2023
1 parent 6c1a770 commit c735e1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
repository: RPCSX/rpcsx
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: 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]
with:
Expand Down

0 comments on commit c735e1f

Please sign in to comment.