Skip to content

Commit 990742f

Browse files
committed
chore: temporary disable lint step in ci
1 parent c16fda7 commit 990742f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install
2424
run: pnpm install
2525

26-
- name: Lint
27-
run: pnpm run lint
26+
# - name: Lint
27+
# run: pnpm run lint
2828

2929
typecheck:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)