We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6938240 commit effd4ecCopy full SHA for effd4ec
2 files changed
.github/workflows/release.yml
@@ -17,8 +17,6 @@
17
uses: "./.github/workflows/lint.yml"
18
variants:
19
uses: "./.github/workflows/variants.yml"
20
- typecheck:
21
- uses: "./.github/workflows/typecheck.yml"
22
23
# Always build & lint package.
24
build-package:
@@ -27,7 +25,6 @@
27
25
- lint
28
26
- tests
29
- variants
30
- - typecheck
31
runs-on: ubuntu-latest
32
permissions:
33
attestations: write
.github/workflows/typecheck.yml
0 commit comments