Skip to content

Update actions/checkout action to v4 #13

Update actions/checkout action to v4

Update actions/checkout action to v4 #13

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v