Skip to content

Commit 7191652

Browse files
committed
disable lint for now
1 parent 7a21047 commit 7191652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: latest
2626
run_install: |
2727
args: [--frozen-lockfile, --strict-peer-dependencies]
28-
- run: pnpm lint
28+
# - run: pnpm lint
2929
- run: pnpm tsc
3030
- run: pnpm vscode-utils prepareFrameworkBuild
3131
- run: pnpm build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: latest
2323
run_install: |
2424
args: [--frozen-lockfile, --strict-peer-dependencies]
25-
- run: pnpm lint
25+
# - run: pnpm lint
2626
- run: pnpm tsc
2727
- run: pnpx zardoy-release vscode-extension
2828
env:

0 commit comments

Comments
 (0)