Skip to content

Add: BPM・拍子変更機能を追加 #7

Add: BPM・拍子変更機能を追加

Add: BPM・拍子変更機能を追加 #7

Workflow file for this run

name: Check version
on:
pull_request:
paths:
- ".node-version"
- "package.json"
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
check_node_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check synchronize volta and .node_version
uses: My-MC/[email protected]