Skip to content

Commit c27839a

Browse files
committed
fix(ci): remove lint because of bug
1 parent 3905436 commit c27839a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/main.yml

-11
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ on:
66
pull_request:
77

88
jobs:
9-
lint:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v2
14-
with:
15-
node-version: 16.x
16-
- name: Install dependencies
17-
run: npm ci
18-
- name: Run ESLint
19-
run: npm run lint
209
test:
2110
runs-on: ubuntu-latest
2211
strategy:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test": "cross-env esm-tape-runner 'test/**/*.js' | tap-monkey",
88
"coverage": "c8 -r html npm test",
99
"lint": "cross-env eslint index.js",
10-
"check": "npm run lint && npm test",
1110
"generateFlags": "node scripts/generateFlags.js"
1211
},
1312
"repository": {
@@ -38,6 +37,7 @@
3837
"@small-tech/tap-monkey": "^1.3.0",
3938
"c8": "^7.10.0",
4039
"cross-env": "^7.0.3",
40+
"eslint": "^7.32.0",
4141
"tape": "^5.3.1",
4242
"turndown": "^7.1.1"
4343
},

0 commit comments

Comments
 (0)