Skip to content

Bump coverlet.collector from 3.2.0 to 6.0.0 in /tests #17

Bump coverlet.collector from 3.2.0 to 6.0.0 in /tests

Bump coverlet.collector from 3.2.0 to 6.0.0 in /tests #17

Workflow file for this run

name: .NET - Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: ['6.0.x']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet }}
include-prerelease: true
- run: dotnet format src --verify-no-changes
- run: dotnet format tests --verify-no-changes