Skip to content

bump supported version for Swift and iOS / macOS #34

bump supported version for Swift and iOS / macOS

bump supported version for Swift and iOS / macOS #34

Workflow file for this run

name: check-pr
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: swift build
- name: Test
run: swift test