Skip to content

v2.30.3

v2.30.3 #261

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Build, test, and code coverage
run: make
- name: Create Coverage Badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GIST_UPDATE }}
gistID: 61c608b414893498479c268f2a106292
filename: SoundFonts-coverage.json
label: Coverage
message: ${{ env.PERCENTAGE }}
color: success