File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 21
21
cache : pnpm
22
22
- run : pnpm install
23
23
- run : pnpm lint
24
+ - run : pnpm lint:types
24
25
25
26
tests :
26
27
name : " Tests on Node.js ${{ matrix.node-version }} - ${{ matrix.os }}"
46
47
- run : pnpm test
47
48
env :
48
49
GITHUB_API_URL : " "
50
+ - run : git fetch --all && git fetch --unshallow
51
+ - run : node ./bin/cli.js --from=ee1c697fcf871114c53e9847c43e221d3056f19d --to=b20002d9760e9e212bc623c8f3f42931ddc01bda
52
+ env :
53
+ GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 25
25
"changelog" : " node ./bin/cli.js" ,
26
26
"clean" : " rimraf lib" ,
27
27
"fix" : " pnpm lint --fix" ,
28
- "lint" : " eslint src --ext ts --format stylish" ,
28
+ "lint" : " pnpm run '/lint:.*/'" ,
29
+ "lint:js" : " eslint src --ext ts --format stylish" ,
30
+ "lint:types" : " tsc --noEmit" ,
29
31
"prepack" : " pnpm build" ,
30
32
"prettier" : " prettier --write 'src/**/*.ts'" ,
31
33
"test" : " vitest" ,
You can’t perform that action at this time.
0 commit comments