Skip to content

Commit c7917d4

Browse files
committed
ci(github): add check code style step to lint-source workflow
1 parent cf3f6ac commit c7917d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-source.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
registry-url: https://registry.npmjs.org
1414
- name: Install dependencies
1515
run: yarn
16+
- name: Check code style
17+
run: yarn format:check
1618
- name: Check code quality
1719
run: yarn lint

0 commit comments

Comments
 (0)