Skip to content

Commit 0b93359

Browse files
committed
add yarn format to CI since that's whats being run in lint-staged
1 parent a91bfd6 commit 0b93359

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ jobs:
3333
- name: Lint 🔍
3434
run: yarn run lint
3535

36+
- name: Format 🥇
37+
run: yarn run format
38+
3639
- name: Build site 🔨
3740
run: yarn run build

0 commit comments

Comments
 (0)