Skip to content

Bump actions/checkout from 4 to 6 (#76) #99

Bump actions/checkout from 4 to 6 (#76)

Bump actions/checkout from 4 to 6 (#76) #99

Workflow file for this run

name: Main
on:
push:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v