We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de0c2e commit 43b3c87Copy full SHA for 43b3c87
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
cache: pnpm
22
- run: pnpm install
23
- run: pnpm lint
24
+ - run: pnpm lint:types
25
26
tests:
27
name: "Tests on Node.js ${{ matrix.node-version }} - ${{ matrix.os }}"
@@ -46,3 +47,7 @@ jobs:
46
47
- run: pnpm test
48
env:
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 }}
0 commit comments