Skip to content

Bump MSTest.TestFramework from 3.2.2 to 3.3.1 #916

Bump MSTest.TestFramework from 3.2.2 to 3.3.1

Bump MSTest.TestFramework from 3.2.2 to 3.3.1 #916

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 5
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 EDILibrary.sln --check