Skip to content

add annotation for tvOS #25

add annotation for tvOS

add annotation for tvOS #25

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