File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
formatlint :
14
- name : Lint for correct formatting
14
+ name : Format linting
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
24
24
run : docker run --rm -v ${{ github.workspace }}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
25
25
26
26
macos :
27
- name : Build and test on macos-latest
27
+ name : Test on macOS
28
28
runs-on : macos-latest
29
29
steps :
30
30
- uses : maxim-lobanov/setup-xcode@v1
36
36
37
37
# ubuntu-latest is ubuntu-22.04 currently. Swift versions older than 5.7 don't have builds for 22.04. https://www.swift.org/download/
38
38
ubuntu-20_04 :
39
- name : Build ${{ matrix.swift }} on ${{ matrix.os }}
39
+ name : Test Swift ${{ matrix.swift }} on ${{ matrix.os }}
40
40
runs-on : ${{ matrix.os }}
41
41
strategy :
42
42
matrix :
51
51
run : swift test --parallel
52
52
53
53
ubuntu-22_04 :
54
- name : Build ${{ matrix.swift }} on ${{ matrix.os }}
54
+ name : Test Swift ${{ matrix.swift }} on ${{ matrix.os }}
55
55
runs-on : ${{ matrix.os }}
56
56
strategy :
57
57
matrix :
You can’t perform that action at this time.
0 commit comments