Skip to content

add annotation for macOS #24

add annotation for macOS

add annotation for macOS #24

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