Skip to content

Commit 9e2da9e

Browse files
committed
added call to linter
1 parent 1fe2cc5 commit 9e2da9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
npm cache clean --force
3232
npm cache verify
3333
npm install
34+
35+
- name: Run linter
36+
run: npm run lint
3437

3538
- name: Run build
3639
run: npm run build --if-present

0 commit comments

Comments
 (0)