Skip to content

Lowered required tools version to 5.7 so build will run on GitHub. #2

Lowered required tools version to 5.7 so build will run on GitHub.

Lowered required tools version to 5.7 so build will run on GitHub. #2

Workflow file for this run

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