Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #758

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 #758

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@v3
with:
dotnet-version: 6.0.201
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
run: dotnet-format EDILibrary.sln --check