Skip to content

Commit

Permalink
✅ Run lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Holi0317 committed Jul 4, 2022
1 parent 00d80a6 commit 9b819d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.JS test
name: Node.JS test and lint

on:
pull_request:
Expand All @@ -24,6 +24,8 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Unit tests
Expand Down

0 comments on commit 9b819d3

Please sign in to comment.