Skip to content

Minor grammar fix in introduction.md #2326

Minor grammar fix in introduction.md

Minor grammar fix in introduction.md #2326

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
with:
dotnet-version: "8.0.201"
- run: pwsh ./test.ps1
- uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336
with:
paths: build/**/results/**/*.xml
if: always()