Skip to content

Commit 70cd779

Browse files
committed
yaml -> yml
1 parent 2030794 commit 70cd779

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
jobs:
1515
lint:
16-
uses: "./.github/workflows/test.yaml"
16+
uses: "./.github/workflows/test.yml"
1717
tests:
18-
uses: "./.github/workflows/lint.yaml"
18+
uses: "./.github/workflows/lint.yml"
1919
variants:
20-
uses: "./.github/workflows/variants.yaml"
20+
uses: "./.github/workflows/variants.yml"
2121
typecheck:
22-
uses: "./.github/workflows/typecheck.yaml"
22+
uses: "./.github/workflows/typecheck.yml"
2323

2424
# Always build & lint package.
2525
build-package:

0 commit comments

Comments
 (0)