Skip to content

Update docc.yml

Update docc.yml #2

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.9-release
tag: 5.9-RELEASE
- uses: actions/checkout@v2
- run: swift build
- run: swift test