Skip to content

chore: fix readme stray character #33

chore: fix readme stray character

chore: fix readme stray character #33

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
8.0.x
9.0.x
include-prerelease: true
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build