Skip to content

Commit ab6a858

Browse files
authored
Fix indentation in GitHub Actions workflow (#905)
1 parent dc4bd4c commit ab6a858

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/swift.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
build:
1111
runs-on: macos-latest
1212
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
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

0 commit comments

Comments
 (0)