Skip to content

Commit

Permalink
chore: temporary disable lint step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz committed Dec 31, 2024
1 parent c16fda7 commit 990742f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install
run: pnpm install

- name: Lint
run: pnpm run lint
# - name: Lint
# run: pnpm run lint

typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 990742f

Please sign in to comment.