Skip to content

Commit 978f250

Browse files
committed
ci: Upgrade clang-format tool
1 parent a22db40 commit 978f250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
lint:
9191
docker:
92-
- image: ethereum/cpp-build-env:11
92+
- image: ethereum/cpp-build-env:14-lint
9393
steps:
9494
- checkout
9595
- run:
@@ -99,7 +99,7 @@ jobs:
9999
find include lib test -name '*.hpp' -o -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format -i
100100
git diff --color --exit-code
101101
- run:
102-
name: "Run codespell"
102+
name: "Check spelling"
103103
command: |
104104
codespell --quiet-level=4
105105

0 commit comments

Comments
 (0)