Skip to content

Feature/swift tools version #17

Feature/swift tools version

Feature/swift tools version #17

Workflow file for this run

name: build-main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: swift-actions/[email protected]
with:
swift-version: "6.0.2"
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v