Skip to content

Commit

Permalink
chore: disabled format ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwiseman committed Jun 28, 2024
1 parent 2aaa615 commit 10daa5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
- name: Lint
run: bun lint && bun lint:ws

format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# format:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4

- name: Setup
uses: ./tooling/github/setup
# - name: Setup
# uses: ./tooling/github/setup

- name: Format
run: bun format
# - name: Format
# run: bun format

typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 10daa5a

Please sign in to comment.