Skip to content

Add a button in timing group panel to select or cycle through the timing group(s) of the current selected notes #686

Add a button in timing group panel to select or cycle through the timing group(s) of the current selected notes

Add a button in timing group panel to select or cycle through the timing group(s) of the current selected notes #686

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Checkout submodules
run: git -c submodule."Quaver.Server.Client".update=none submodule update --init --recursive
- name: Build
run: |
cd Quaver
dotnet build