Skip to content

Bump swift-actions/setup-swift from 1 to 2 #121

Bump swift-actions/setup-swift from 1 to 2

Bump swift-actions/setup-swift from 1 to 2 #121

Workflow file for this run

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