Skip to content

Bump System.IO.Abstractions.TestingHelpers from 19.2.69 to 20.0.4 in /src #362

Bump System.IO.Abstractions.TestingHelpers from 19.2.69 to 20.0.4 in /src

Bump System.IO.Abstractions.TestingHelpers from 19.2.69 to 20.0.4 in /src #362

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@v2
- uses: xt0rted/[email protected]
- run: dotnet tool install -g dotnet-format
- run: dotnet-format --check src