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"
|
name: "Check code format"
|
||||||
command: |
|
command: |
|
||||||
clang-format --version
|
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
|
git diff --color --exit-code
|
||||||
- run:
|
- run:
|
||||||
name: "Run codespell"
|
name: "Run codespell"
|
||||||
|
|
Loading…
Reference in New Issue