Skip to content

Bump coverlet.collector and 4 others #69

Bump coverlet.collector and 4 others

Bump coverlet.collector and 4 others #69

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/_ci.yml
with:
dotnet-version: '8.0.x'
secrets: inherit