Skip to content

Commit 6c4477a

Browse files
committed
Add lint format step
1 parent 0eafc20 commit 6c4477a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ jobs:
3838
run: yarn build
3939
- name: Test
4040
run: yarn test
41+
- name: Lint
42+
run: yarn lint-format

0 commit comments

Comments
 (0)