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 50b7399 commit 1296ef0Copy full SHA for 1296ef0
.github/workflows/lint.yml
@@ -14,11 +14,8 @@ jobs:
14
steps:
15
- uses: compnerd/gha-setup-swift@main
16
with:
17
- branch: swift-5.8-release
18
- tag: 5.8-RELEASE
19
- - name: Install swift-format
20
- run: |
21
- Install-Binary -Url "https://github.com/compnerd/swift-build/releases/download/swift-format-5.8-RELEASE/swift-format.msi" -Name "swift-format.msi" -ArgumentList ("-q")
+ swift-build: 6.2-RELEASE
+ swift-version: swift-6.2-release
22
23
- uses: actions/checkout@v2
24
0 commit comments