Skip to content

Commit 91211b9

Browse files
dev-ashishkAshish Kumar
authored andcommitted
Add .circleci/config.yml
1 parent eb5c7d5 commit 91211b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ version: 2.1
22
orbs:
33
node: circleci/node@1.1.6
44
jobs:
5-
lint:
5+
build-and-test:
66
executor:
77
name: node/default
88
steps:
99
- checkout
1010
- node/with-cache:
1111
steps:
1212
- run: npm install
13-
- run: npm run lint
13+
- run: npm lint
1414
workflows:
15-
lint:
15+
build-and-test:
1616
jobs:
17-
- lint
17+
- build-and-test

0 commit comments

Comments
 (0)