diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d842b0a..2568e1d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Install Clang-Format - run: sudo apt-get install -y clang-format + run: sudo apt-get install -y clang-format git - name: Run Clang-Format run: find . -regex '.*\.\(cpp\|hpp\|cc\|cxx\|h\|hh\)' -exec clang-format -style=file -i {} \+