Drop Gasqualitaet Enum Members LGAS
and HGAS
in favour of H_GAS
…
#2635
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |