Skip to content

Use swift standard way. #22

Use swift standard way.

Use swift standard way. #22

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test