Skip to content

Commit e7ce934

Browse files
Activates workflows for CircleCI
1 parent 78bfb1a commit e7ce934

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 2
2+
23
jobs:
34
build:
45
docker:
@@ -24,3 +25,9 @@ jobs:
2425
yarn run lint
2526
yarn run build
2627
yarn run test-and-send-cov-to-coveralls
28+
29+
workflows:
30+
version: 2
31+
build:
32+
jobs:
33+
- build

0 commit comments

Comments
 (0)