Skip to content

don't play note when tuning a noteblock if it is blocked #322

don't play note when tuning a noteblock if it is blocked

don't play note when tuning a noteblock if it is blocked #322

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Build
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose
- name: Check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check