diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4de39f2..928d7b4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,19 +2,19 @@ name: Windows on: push: - branches: [ "main" ] + branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main" ] jobs: build: - runs-on: windows-latest - steps: - - uses: compnerd/gha-setup-swift@main - with: - branch: swift-5.9-release - tag: 5.9-RELEASE + runs-on: windows-latest + steps: + - uses: compnerd/gha-setup-swift@main + with: + branch: swift-5.9-release + tag: 5.9-RELEASE - - uses: actions/checkout@v2 - - run: swift build - - run: swift test \ No newline at end of file + - uses: actions/checkout@v2 + - run: swift build + - run: swift test