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.
2 parents f8c7b82 + 496343a commit cfc0282Copy full SHA for cfc0282
.github/workflows/main.yml
@@ -0,0 +1,22 @@
1
+name: CI
2
+
3
+on: [push]
4
5
+jobs:
6
+ test:
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - uses: actions/checkout@v1
11
+ - uses: docker://node:8
12
+ with:
13
+ entrypoint: yarn
14
+ args: install --pure-lockfile --audit
15
16
17
18
+ args: lint
19
20
21
22
+ args: test
.sail.yml
0 commit comments