diff --git a/.github/workflows/source-format-check.yml b/.github/workflows/source-format-check.yml index 8417af0..c604dd0 100644 --- a/.github/workflows/source-format-check.yml +++ b/.github/workflows/source-format-check.yml @@ -17,4 +17,4 @@ jobs: run: sudo apt-get install -y clang-format - name: Run clang-format run: | - git $(ls-files '*.*pp') | xargs clang-format -n -Werror + clang-format -n -Werror $(git ls-files '*.*pp')