Skip to content

Commit

Permalink
format and after check lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Dec 12, 2024
1 parent 0bf85d5 commit eb6def0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- name: Prettier Format Check
run: pnpm format:check

- name: Lint fix
run: pnpm lint:fix

- name: Lint
run: pnpm lint

- name: Lint fix
run: pnpm lint:fix

- name: TypeScript Check
run: pnpm ts:check

Expand Down

0 comments on commit eb6def0

Please sign in to comment.