Skip to content

Feat/added dice rolling #25

Feat/added dice rolling

Feat/added dice rolling #25

Workflow file for this run

name: .NET PR
on:
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run tests
run: dotnet test