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 1111
1212jobs :
1313 formatlint :
14- name : Lint for correct formatting
14+ name : Format linting
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
2424 run : docker run --rm -v ${{ github.workspace }}:/repo ghcr.io/nicklockwood/swiftformat:latest /repo --lint
2525
2626 macos :
27- name : Build and test on macos-latest
27+ name : Test on macOS
2828 runs-on : macos-latest
2929 steps :
3030 - uses : maxim-lobanov/setup-xcode@v1
3636
3737 # 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/
3838 ubuntu-20_04 :
39- name : Build ${{ matrix.swift }} on ${{ matrix.os }}
39+ name : Test Swift ${{ matrix.swift }} on ${{ matrix.os }}
4040 runs-on : ${{ matrix.os }}
4141 strategy :
4242 matrix :
5151 run : swift test --parallel
5252
5353 ubuntu-22_04 :
54- name : Build ${{ matrix.swift }} on ${{ matrix.os }}
54+ name : Test Swift ${{ matrix.swift }} on ${{ matrix.os }}
5555 runs-on : ${{ matrix.os }}
5656 strategy :
5757 matrix :
You can’t perform that action at this time.
0 commit comments