mirror of https://github.com/status-im/evmc.git
Merge pull request #481 from ethereum/circleci-lint
circleci: run clang-format on everything
This commit is contained in:
commit
31d633288a
|
@ -64,7 +64,7 @@ jobs:
|
|||
name: "Check code format"
|
||||
command: |
|
||||
clang-format --version
|
||||
find bindings/java examples include lib test -name '*.hpp' -o -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i
|
||||
find bindings examples include lib test tools -name '*.hpp' -o -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i
|
||||
git diff --color --exit-code
|
||||
- run:
|
||||
name: "Run codespell"
|
||||
|
|
Loading…
Reference in New Issue