Skip to content

Update swift.yml

Update swift.yml #2

Workflow file for this run

name: test
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [ main ] }
jobs:
build:
runs-on: ubuntu-latest
container: swift:5.9-jammy
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v