diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f5c0f2ab..38e03598 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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/clang-format-action@v4.11.0