Skip to content

Merge pull request #5 from chrishannah/moar-formats #35

Merge pull request #5 from chrishannah/moar-formats

Merge pull request #5 from chrishannah/moar-formats #35

Workflow file for this run

name: Swift
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8"
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v