Skip to content

Commit cacf745

Browse files
committed
Add lint check
1 parent a2ae5ca commit cacf745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Install deps
4545
run: yarn install
4646

47+
- name: Lint
48+
run: yarn lint
49+
4750
- name: Build
4851
run: yarn build
4952

0 commit comments

Comments
 (0)