Skip to content

fix: remove text

fix: remove text #161

Workflow file for this run

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