Skip to content

udpate runners

udpate runners #26

Workflow file for this run

on:
- push
- pull_request
jobs:
test-spec:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:6.0
steps:
- uses: actions/checkout@v3
- run: dotnet test
test-lint:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:6.0
steps:
- uses: actions/checkout@v3
- run: dotnet format --verify-no-changes