File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
16
16
with :
17
17
license-check : true
18
+ lint : true
Original file line number Diff line number Diff line change 1
1
ts: false
2
2
jsx: false
3
- coverage: false
3
+ branches: 65
4
+ functions: 100
5
+ lines: 75
6
+ statements: 75
7
+ nyc-arg: "--exclude=.cache/*"
Original file line number Diff line number Diff line change 9
9
"bench:cmp" : " node ./benchmark/bench-cmp-branch.js" ,
10
10
"bench:cmp:ci" : " node ./benchmark/bench-cmp-branch.js --ci" ,
11
11
"benchmark" : " node ./benchmark/bench-cmp-lib.js" ,
12
+ "lint" : " standard" ,
12
13
"lint:fix" : " standard --fix" ,
13
14
"test:lint" : " standard" ,
14
15
"test:typescript" : " tsc --project ./test/types/tsconfig.json && tsd" ,
15
16
"test:unit" : " tap -J test/*.test.js test/**/*.test.js" ,
16
- "test" : " npm run test:lint && npm run test: unit && npm run test:typescript"
17
+ "test" : " npm run test:unit && npm run test:typescript"
17
18
},
18
19
"precommit" : " test" ,
19
20
"repository" : {
You can’t perform that action at this time.
0 commit comments