File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ workflows:
2
2
version : 2.1
3
3
node-multi-build :
4
4
jobs :
5
- - check_coding_style
5
+ - check-coding-style
6
6
- node-v10
7
7
- node-v12
8
8
- node-v14
@@ -19,7 +19,7 @@ workflows:
19
19
version : 2.1
20
20
21
21
orbs :
22
- shellcheck : circleci/shellcheck@3.1.1
22
+ shellcheck : circleci/shellcheck@3
23
23
24
24
commands :
25
25
show-npm-version :
@@ -186,7 +186,7 @@ jobs:
186
186
name : coveralls
187
187
command : npm run coveralls
188
188
189
- check_coding_style :
189
+ check-coding-style :
190
190
docker :
191
191
- image : cimg/node:current
192
192
steps :
@@ -200,9 +200,9 @@ jobs:
200
200
command : npm run lint
201
201
- shellcheck/check :
202
202
ignore-dirs : |
203
- ./. git
204
- ./ node_modules
205
- ./ dist
203
+ .git/
204
+ node_modules/
205
+ dist/
206
206
207
207
hardhat-core-default-solc :
208
208
# Runs out of memory on 'medium'.
You can’t perform that action at this time.
0 commit comments