Skip to content

Commit

Permalink
Automatically format code instead of just checking
Browse files Browse the repository at this point in the history
  • Loading branch information
aishenreemo committed Aug 6, 2023
1 parent 936c00b commit 706f711
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
with:
version: 8

- name: Format check on react-todo
run: cd packages/react-todo && pnpm install && pnpm run prettier:check
- name: Format on react-todo
run: cd packages/react-todo && pnpm install && pnpm run prettier:format

- name: Format check on svelte-todo
run: cd packages/svelte-todo && pnpm install && pnpm run prettier:check
- name: Format on svelte-todo
run: cd packages/svelte-todo && pnpm install && pnpm run prettier:format

- name: Format check on vanilla-todo
run: cd packages/vanilla-todo && pnpm install && pnpm run prettier:check
- name: Format on vanilla-todo
run: cd packages/vanilla-todo && pnpm install && pnpm run prettier:format

- name: Format check on vue-todo
run: cd packages/vue-todo && pnpm install && pnpm run prettier:check
- name: Format on vue-todo
run: cd packages/vue-todo && pnpm install && pnpm run prettier:format

0 comments on commit 706f711

Please sign in to comment.