Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src #490

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src #490

Workflow file for this run

name: Check format
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v4
- uses: xt0rted/dotnet-format-problem-matcher@v1.2.0
- run: dotnet tool install -g dotnet-format
- run: dotnet-format --check src