Skip to content

style: Remove unused usings #24

style: Remove unused usings

style: Remove unused usings #24

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