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 ea49c4d commit 84f3ed3Copy full SHA for 84f3ed3
.github/workflows/ci.yml
@@ -14,10 +14,12 @@ jobs:
14
- uses: actions/setup-node@v2
15
with:
16
node-version: '16.x'
17
+
18
- name: Install Packages
19
run: npm install
20
21
- name: Lint Files
- run: node Makefile lint
22
+ run: npm run lint
23
24
test:
25
name: Test
@@ -33,10 +35,13 @@ jobs:
33
35
runs-on: ${{ matrix.os }}
34
36
steps:
37
- uses: actions/checkout@v2
38
39
40
41
node-version: ${{ matrix.node }}
42
43
44
45
46
- name: Test
47
run: npm test
0 commit comments