Skip to content

Basic word wrapping #25

Basic word wrapping

Basic word wrapping #25

Workflow file for this run

name: Build
on:
push:
paths:
- "src/**"
- "midi/**"
- "synth/**"
- "printer/**"
- "Cargo.*"
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build