Skip to content

Bump coverlet.collector from 6.0.1 to 6.0.2 #127

Bump coverlet.collector from 6.0.1 to 6.0.2

Bump coverlet.collector from 6.0.1 to 6.0.2 #127

Workflow file for this run

name: Code style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
code-style:
name: Code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Restore tools
run: dotnet tool restore
- name: Check code style
run: dotnet csharpier --check .