Skip to content

Commit

Permalink
cleanup(ci): use the default alternative for clang-format (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
devbww committed Aug 9, 2023
1 parent 81fdf95 commit b91adf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: pip install cmakelang==0.6.13
- uses: actions/checkout@v3
- name: clang-format
run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format-10 -i
run: git ls-files -z | grep -zE '\.(cc|h)$' | xargs -P 2 -n 50 -0 clang-format -i
- name: cmake-format
run: >
git ls-files -z | grep -zE '((^|/)CMakeLists\.txt|\.cmake)$' |
Expand Down

0 comments on commit b91adf4

Please sign in to comment.