Skip to content

Catching exception when decoding velocity values in MIDILike #52

Catching exception when decoding velocity values in MIDILike

Catching exception when decoding velocity values in MIDILike #52

Workflow file for this run

# Build docs preview in pull-requests.
name: docs/preview
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
# paths:
# - "docs/**"
permissions:
pull-requests: write
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "miditok"