File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,16 @@ jobs:
11
11
lint :
12
12
runs-on : windows-latest
13
13
14
- strategy :
15
- matrix :
16
- include :
17
- - branch : swift-5.5-branch
18
- tag : 5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
19
-
20
14
steps :
21
- - uses : actions/checkout@v2
22
- - uses : seanmiddleditch/gha-setup-vsdevenv@master
23
- - name : Install Swift
24
- uses : ./.github/actions/install-swift
15
+ - uses : compnerd/gha-setup-swift@main
25
16
with :
26
- tag : ${{ matrix.tag }}
27
- branch : ${{ matrix.branch }}
17
+ branch : swift-5.5-release
18
+ tag : 5.5-RELEASE
19
+ - name : Install swift-format
20
+ run : |
21
+ Install-Binary -Url "https://github.com/compnerd/swift-build/releases/download/swift-format-5.5-RELEASE/swift-format.msi" -Name "swift-format.msi" -ArgumentList ("-q")
28
22
29
- - uses : robinraju/release-downloader@v1
30
- with :
31
- repository : compnerd/swift-build
32
- tag : swift-format-5.5-DEVELOPMENT-SNAPSHOT-2021-05-02-a
33
- fileName : swift-format.exe
34
- out-file-path : C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\bin\
23
+ - uses : actions/checkout@v2
35
24
36
25
- uses : compnerd/swift-format-linter-action@main
37
26
with :
You can’t perform that action at this time.
0 commit comments