diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 0b6d220..28079ca 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -10,13 +10,13 @@ jobs: build: runs-on: macos-latest steps: - - 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 + - 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