Skip to content

fixed regexp, removed step limit, display progress #7

fixed regexp, removed step limit, display progress

fixed regexp, removed step limit, display progress #7

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- uses: actions/checkout@v4
- name: Run tests
run: dotnet test