Skip to content

Commit f9baf2f

Browse files
committed
ci: Remove lint job from CI workflow
1 parent f6f276b commit f9baf2f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,6 @@ on:
99
- main
1010

1111
jobs:
12-
lint:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- uses: actions/checkout@v4
17-
- run: corepack enable
18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: 20
21-
22-
- name: Install dependencies
23-
run: npx nypm@latest i
24-
25-
- name: Lint
26-
run: npm run lint
27-
2812
test:
2913
runs-on: ubuntu-latest
3014

0 commit comments

Comments
 (0)