Skip to content

Commit

Permalink
Added Prettier to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Jul 1, 2024
1 parent d7e3f36 commit 68539f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: Install dependencies
run: yarn

- name: Lint
run: yarn lint --fix
- name: Reformat
run: |
yarn prettier --write .
yarn lint --fix
- name: Build
run: yarn build
Expand Down

0 comments on commit 68539f5

Please sign in to comment.