Skip to content

Commit fe37ded

Browse files
committed
Added lint and style checks to github actions
1 parent b7c9932 commit fe37ded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
shell: bash
5555

5656
- name: Lint files
57+
if: startsWith(matrix.os, 'ubuntu')
58+
run: npm run lint
59+
60+
- name: Style check
5761
if: startsWith(matrix.os, 'ubuntu')
5862
run: npm run style-check
5963

0 commit comments

Comments
 (0)