Skip to content

updated version of checkout to 3 #28 #3

updated version of checkout to 3 #28

updated version of checkout to 3 #28 #3

Workflow file for this run

name: Tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: dotnet test