Skip to content

Commit 076aeab

Browse files
gabegorelickclayreimann
authored andcommitted
Run lint in GitHub Actions
It was only running `npm test`.
1 parent bcbfb2f commit 076aeab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
- name: npm install test
20-
run: |
21-
npm ci
22-
npm test
19+
- name: npm install
20+
run: npm install
21+
- name: npm ci
22+
run: npm run ci
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)