We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4bd4c commit ab6a858Copy full SHA for ab6a858
1 file changed
.github/workflows/swift.yml
@@ -10,13 +10,13 @@ jobs:
10
build:
11
runs-on: macos-latest
12
steps:
13
- - name: Set Xcode version
14
- uses: maxim-lobanov/setup-xcode@v1
15
- with:
16
- xcode-version: latest-stable
17
- - name: Checkout
18
- uses: actions/checkout@v6
19
- - name: Build
20
- run: swift build -v
21
- - name: Run tests
22
- run: swift test -v
+ - name: Set Xcode version
+ uses: maxim-lobanov/setup-xcode@v1
+ with:
+ xcode-version: latest-stable
+ - name: Checkout
+ uses: actions/checkout@v6
+ - name: Build
+ run: swift build -v
+ - name: Run tests
+ run: swift test -v
0 commit comments