Skip to content

style: Reformat code #47

style: Reformat code

style: Reformat code #47

Workflow file for this run

name: Format
on:
push:
branches:
- "*"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Format
run: dotnet format --verify-no-changes --verbosity diagnostic