From 798d3ed0b0dcdecf9d45d38e857800fbed3e60fa Mon Sep 17 00:00:00 2001 From: Stephen Booth Date: Thu, 30 Apr 2026 15:32:23 -0600 Subject: [PATCH] Format YAML for consistency in GitHub Actions --- .github/workflows/swift.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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