type checking done, F# project generation, fix mig log #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 tool restore | |
dotnet paket restore | |
dotnet test |