mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added manually triggered clang-format action
# Conflicts: # .github/workflows/clang-format_update.yaml
This commit is contained in:
parent
bd6e55b12e
commit
2059c5b657
3
.github/workflows/clang-format_update.yaml
vendored
3
.github/workflows/clang-format_update.yaml
vendored
@ -16,5 +16,6 @@ jobs:
|
||||
sudo apt-get install -y --no-install-recommends clang-format
|
||||
clang-format --version
|
||||
|
||||
- name: Run clang-format
|
||||
run: |
|
||||
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) | xargs clang-format --dry-run --Werror
|
||||
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) | xargs clang-format --dry-run --Werror
|
||||
Loading…
x
Reference in New Issue
Block a user