Skip to content

Commit 35b3a32

Browse files
committed
chore(ci): lint in ci
1 parent d9ba6a9 commit 35b3a32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
- name: Install dependencies
6565
run: npm ci --prefer-offline
6666

67+
- name: Lint
68+
run: npm lint
69+
continue-on-error: true
70+
6771
- name: Run tests
6872
run: npm test
6973

0 commit comments

Comments
 (0)