Skip to content

Update Check.yml

Update Check.yml #31

Workflow file for this run

name: Swift
on: [push]
jobs:
swiftpm-build:
runs-on: macOS-14
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "15.3"
- uses: actions/checkout@v2
- name: Build
run: swift build -v
swiftpm-test:
runs-on: macOS-14
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "15.3"
- uses: actions/checkout@v2
- name: Test
run: swift test