Skip to content

Refactor profile and group state helpers #2

Refactor profile and group state helpers

Refactor profile and group state helpers #2

Workflow file for this run

name: Logic Checks
on:
pull_request:
push:
jobs:
logic-tests:
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up .NET SDK
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Run logic tests
run: dotnet test BetterModMenu.Tests/BetterModMenu.Tests.csproj