Skip to content

Commit a405082

Browse files
committed
ci: add eslint and prettier checks to test
1 parent 2366868 commit a405082

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
run: |
3131
yarn install --frozen-lockfile
3232
33+
- name: prettier check
34+
run: |
35+
yarn run lint:prettier
36+
37+
- name: eslint check
38+
run: |
39+
yarn run lint:eslint
40+
3341
- name: Build and run tests
3442
run: |
3543
make test

0 commit comments

Comments
 (0)