Skip to content

Add uniqueId of the MIDI source to the Receiver API. #48

Add uniqueId of the MIDI source to the Receiver API.

Add uniqueId of the MIDI source to the Receiver API. #48

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build, test, coverage
run: make
- name: Create coverage badge
uses: schneegans/dynamic-badges-action@v1.1.0
with:
auth: ${{ secrets.GIST_UPDATE }}
gistID: 1190477db6ce37d6f5d8e8be5ac6b752
filename: MorkAndMIDI-coverage.json
label: Coverage
message: ${{ env.PERCENTAGE }}
color: success