Skip to content

fix syntax error

fix syntax error #52

Workflow file for this run

on:
push:
branches:
- "*"
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