Skip to content

Bump MSTest.TestFramework from 3.5.0 to 3.5.1 #2460

Bump MSTest.TestFramework from 3.5.0 to 3.5.1

Bump MSTest.TestFramework from 3.5.0 to 3.5.1 #2460

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