Colors notes by harmonic root (scale degree I–vii°) using the Weighted Third-Stacking algorithm. #11862
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Check: Codestyle' | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| codestyle: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Clone repository | |
| uses: actions/checkout@v6 | |
| - name: Fetch Muse CI scripts | |
| run: | | |
| cmake -P ./buildscripts/ci/checkcodestyle/ci_fetch.cmake | |
| - name: Test coding style | |
| run: | | |
| cmake -P ./buildscripts/ci/checkcodestyle/_deps/checkcodestyle.cmake ./src/ |