Skip to content

documentation update #3

documentation update

documentation update #3

Workflow file for this run

name: Format Check
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: Check formatting
run: dotnet format --verify-no-changes --verbosity diagnostic