Skip to content

Commit

Permalink
ci: enforce format check
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 14, 2023
1 parent 623ba51 commit bd08f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -109,8 +109,8 @@ jobs:
- name: Run eslint
run: pnpm run lint

# - name: Run prettier
# run: pnpm run format-check
- name: Run prettier
run: pnpm run format-check

- name: Run type declaration tests
run: pnpm run test-dts
Expand Down

0 comments on commit bd08f05

Please sign in to comment.