Skip to content

Commit 1c64273

Browse files
committed
Lint and check prettier in CI
1 parent d3060a4 commit 1c64273

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/webpack.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Install
2323
run: yarn install --ignore-scripts
2424

25+
- name: Format
26+
run: yarn pretty:check
27+
28+
- name: Lint
29+
run: yarn lint
30+
2531
- name: Test
2632
run: yarn test
2733

0 commit comments

Comments
 (0)