Skip to content

Update README.md

Update README.md #3

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