Skip to content

implemented extraction of signature timestamp to fix some playback is… #116

implemented extraction of signature timestamp to fix some playback is…

implemented extraction of signature timestamp to fix some playback is… #116

Workflow file for this run

name: Swift Unit Tests
on: push
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
# temporarily disabled because YouTube blocked GitHub actions url
#- name: Run tests
# run: swift test -v