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 e75f743 commit ea107c1Copy full SHA for ea107c1
README.md
@@ -33,7 +33,7 @@ on:
33
jobs:
34
soundness:
35
name: Soundness
36
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.1
37
with:
38
license_header_check_project_name: "Swift.org"
39
```
@@ -54,7 +54,7 @@ on:
54
55
tests:
56
name: tests
57
- uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1
58
59
60
If your package only supports newer compiler versions, you can exclude older
0 commit comments