Skip to content

feat: Mute melody synth in vocal effect modes #138

feat: Mute melody synth in vocal effect modes

feat: Mute melody synth in vocal effect modes #138

Workflow file for this run

on:
push:
branches: [staging, trying, main]
pull_request:
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check