Skip to content

Commit c121778

Browse files
committed
chore: remove lint ci
1 parent 9867e6c commit c121778

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,6 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
lint:
14-
name: Lint
15-
runs-on: ${{ matrix.os }}
16-
strategy:
17-
matrix:
18-
os:
19-
- ubuntu-latest
20-
# - macos-latest
21-
- windows-latest
22-
23-
steps:
24-
- name: Checkout code
25-
uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 0
28-
29-
- name: Setup pnpm
30-
uses: pnpm/action-setup@v2
31-
with:
32-
version: 10
33-
run_install: true
34-
35-
- name: Setup Node.js
36-
uses: actions/setup-node@v4
37-
with:
38-
node-version: 22
39-
cache: pnpm
40-
41-
- name: Lint
42-
run: pnpm run lint
43-
4413
check:
4514
name: Check
4615
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)