Skip to content

Generate random colors for highlights #23

Generate random colors for highlights

Generate random colors for highlights #23

Workflow file for this run

name: tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet test --verbosity normal --configuration Release