Skip to content

fix: Bump coverlet.collector from 6.0.4 to 8.0.1 (#41) #43

fix: Bump coverlet.collector from 6.0.4 to 8.0.1 (#41)

fix: Bump coverlet.collector from 6.0.4 to 8.0.1 (#41) #43

name: Build And Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup dotnet
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
with:
dotnet-version: |
8.0.x
9.0.x
10.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test with the dotnet CLI
run: dotnet test --no-restore