Skip to content

Breaking: changed signature of ProblemInspector.GetAllPossibleSubstit… #29

Breaking: changed signature of ProblemInspector.GetAllPossibleSubstit…

Breaking: changed signature of ProblemInspector.GetAllPossibleSubstit… #29

name: Validation Build
on:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Run Tests
working-directory: ./src
run: dotnet test