Skip to content

Commit 6a8ffca

Browse files
ci() add workflow (wip)
1 parent ce7eecb commit 6a8ffca

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,13 @@ jobs:
3636
- checkout
3737
- run:
3838
name: Lint
39-
command: npm lint
39+
command: npm lint
40+
workflows:
41+
version: 2
42+
build-and-test:
43+
jobs:
44+
- build:
45+
- test:
46+
requires:
47+
- build
48+
- lint:

0 commit comments

Comments
 (0)