Skip to content

Commit bec1541

Browse files
committed
tweak: ci
1 parent 0bb8ea1 commit bec1541

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,21 @@ jobs:
4040
if [[ -z $CI_PULL_REQUEST ]]; then
4141
cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov
4242
fi
43+
lint:
44+
<<: *defaults
45+
steps:
46+
- attach_workspace:
47+
at: ~/project
48+
# run tests!
49+
- run: npm run lint
4350
workflows:
4451
version: 2
4552
install-and-parallel-test:
4653
jobs:
4754
- install
4855
- test-cover:
56+
requires:
57+
- install
58+
- lint:
4959
requires:
5060
- install

0 commit comments

Comments
 (0)