Skip to content

Commit 9ee4cf7

Browse files
committed
Apply suggested changes
1 parent c57a958 commit 9ee4cf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workflows:
22
version: 2.1
33
node-multi-build:
44
jobs:
5-
- check_coding_style
5+
- check-coding-style
66
- node-v10
77
- node-v12
88
- node-v14
@@ -19,7 +19,7 @@ workflows:
1919
version: 2.1
2020

2121
orbs:
22-
shellcheck: circleci/shellcheck@3.1.1
22+
shellcheck: circleci/shellcheck@3
2323

2424
commands:
2525
show-npm-version:
@@ -186,7 +186,7 @@ jobs:
186186
name: coveralls
187187
command: npm run coveralls
188188

189-
check_coding_style:
189+
check-coding-style:
190190
docker:
191191
- image: cimg/node:current
192192
steps:
@@ -200,9 +200,9 @@ jobs:
200200
command: npm run lint
201201
- shellcheck/check:
202202
ignore-dirs: |
203-
./.git
204-
./node_modules
205-
./dist
203+
.git/
204+
node_modules/
205+
dist/
206206
207207
hardhat-core-default-solc:
208208
# Runs out of memory on 'medium'.

0 commit comments

Comments
 (0)