Skip to content

Commit 1296ef0

Browse files
committed
Update lint.yml
Update to 6.2.0 release, remove installation as swift-format is now shipped as part of the toolchain.
1 parent 50b7399 commit 1296ef0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ jobs:
1414
steps:
1515
- uses: compnerd/gha-setup-swift@main
1616
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")
17+
swift-build: 6.2-RELEASE
18+
swift-version: swift-6.2-release
2219

2320
- uses: actions/checkout@v2
2421

0 commit comments

Comments
 (0)