Skip to content

chore: use file-scoped namespaces in BO4E.ENUM #2637

chore: use file-scoped namespaces in BO4E.ENUM

chore: use file-scoped namespaces in BO4E.ENUM #2637

Workflow file for this run

name: dotnet-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.100
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
run: dotnet-format BO4E-dotnet.sln --check