We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5c7d5 commit 91211b9Copy full SHA for 91211b9
.circleci/config.yml
@@ -2,16 +2,16 @@ version: 2.1
2
orbs:
3
node: circleci/node@1.1.6
4
jobs:
5
- lint:
+ build-and-test:
6
executor:
7
name: node/default
8
steps:
9
- checkout
10
- node/with-cache:
11
12
- run: npm install
13
- - run: npm run lint
+ - run: npm lint
14
workflows:
15
16
17
- - lint
+ - build-and-test
0 commit comments