Skip to content

refactor: Make the enums and properties values independents from the … #23

refactor: Make the enums and properties values independents from the …

refactor: Make the enums and properties values independents from the … #23

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@v3
with:
dotnet-version: 8.0.x
- name: Format
run: dotnet format --verify-no-changes --verbosity diagnostic