Skip to content

Commit

Permalink
fix: only run format:prettier:check in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Feb 10, 2024
1 parent 1dc6612 commit 12efd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm i

- name: Check Format
run: pnpm format:check
run: pnpm format:prettier:check

- name: Lint
run: pnpm lint:eslint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pnpm i

- name: Check Format
run: pnpm format:check
run: pnpm format:prettier:check

- name: Lint
run: pnpm lint:eslint
Expand Down

0 comments on commit 12efd8b

Please sign in to comment.