Skip to content

Commit 4dafd07

Browse files
committed
Add to GH Actions test.yml
1 parent c338c26 commit 4dafd07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ jobs:
3333
- name: Build
3434
run: npm run build
3535

36+
- name: Lint
37+
run: npm run lint
38+
3639
- name: Run tests
3740
run: npm run test

0 commit comments

Comments
 (0)