Skip to content

Bump coverlet.collector from 6.0.0 to 6.0.1 (#62) #181

Bump coverlet.collector from 6.0.0 to 6.0.1 (#62)

Bump coverlet.collector from 6.0.0 to 6.0.1 (#62) #181

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Restore local tools
run: dotnet tool restore
- name: Build
run: dotnet cake