Skip to content

Update macOS.yml

Update macOS.yml #35

Workflow file for this run

name: Windows
on:
push:
branches: [ "main" ]

Check failure on line 5 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v2
- run: swift build
- run: swift test