From c735e1fa5efad235a0290fe0f33261a8b9d3cf0d Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:28:16 -0700 Subject: [PATCH] no pre-format --- .github/workflows/format.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 38e03598..e6d8bdff 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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/clang-format-action@v4.11.0 with: