Skip to content

Bump Serilog from 4.0.1 to 4.0.2 in /src #475

Bump Serilog from 4.0.1 to 4.0.2 in /src

Bump Serilog from 4.0.1 to 4.0.2 in /src #475

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