Skip to content

Commit f8b51a6

Browse files
committed
Add prettier check
1 parent 1c5b3b9 commit f8b51a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121

2222
- name: Run eslint
2323
run: yarn run lint
24+
25+
- name: Run prettier
26+
run: yarn run prettier

0 commit comments

Comments
 (0)