We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2030794 commit 70cd779Copy full SHA for 70cd779
.github/workflows/release.yml
@@ -13,13 +13,13 @@
13
14
jobs:
15
lint:
16
- uses: "./.github/workflows/test.yaml"
+ uses: "./.github/workflows/test.yml"
17
tests:
18
- uses: "./.github/workflows/lint.yaml"
+ uses: "./.github/workflows/lint.yml"
19
variants:
20
- uses: "./.github/workflows/variants.yaml"
+ uses: "./.github/workflows/variants.yml"
21
typecheck:
22
- uses: "./.github/workflows/typecheck.yaml"
+ uses: "./.github/workflows/typecheck.yml"
23
24
# Always build & lint package.
25
build-package:
0 commit comments