Skip to content

migrate as library. Releasing MigLib #80

migrate as library. Releasing MigLib

migrate as library. Releasing MigLib #80

Workflow file for this run

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