Skip to content

Commit

Permalink
dont run prettier check on ci due to error
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Nov 9, 2023
1 parent a8c1922 commit e2c2da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
run: bun install
- name: Lint
run: bun run lint
- name: Prettier check
run: bun run format:check
# - name: Prettier check
# run: bun run format:check

0 comments on commit e2c2da5

Please sign in to comment.