Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Fix roll finder

Fix roll finder #400

Workflow file for this run

name: Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore Felicity/Felicity.csproj
- name: Build application
run: dotnet build Felicity/Felicity.csproj --configuration Release --no-restore
- name: Check build status
run: dotnet build Felicity/Felicity.csproj --configuration Release --no-restore --no-incremental