Skip to content

Fixing typo in docs #37

Fixing typo in docs

Fixing typo in docs #37

Workflow file for this run

name: Template Actions
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup .NET Runtime
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.x"
include-prerelease: false
- name: Checkout Porject Files
uses: actions/checkout@v2
- name: Run Tests
run: dotnet test