File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
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
20
9
test :
21
10
runs-on : ubuntu-latest
22
11
strategy :
Original file line number Diff line number Diff line change 7
7
"test" : " cross-env esm-tape-runner 'test/**/*.js' | tap-monkey" ,
8
8
"coverage" : " c8 -r html npm test" ,
9
9
"lint" : " cross-env eslint index.js" ,
10
- "check" : " npm run lint && npm test" ,
11
10
"generateFlags" : " node scripts/generateFlags.js"
12
11
},
13
12
"repository" : {
38
37
"@small-tech/tap-monkey" : " ^1.3.0" ,
39
38
"c8" : " ^7.10.0" ,
40
39
"cross-env" : " ^7.0.3" ,
40
+ "eslint" : " ^7.32.0" ,
41
41
"tape" : " ^5.3.1" ,
42
42
"turndown" : " ^7.1.1"
43
43
},
You can’t perform that action at this time.
0 commit comments