Skip to content

Bump the dev-dependencies group in /tests with 2 updates #40

Bump the dev-dependencies group in /tests with 2 updates

Bump the dev-dependencies group in /tests with 2 updates #40

Workflow file for this run

name: Dotnet - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
include-prerelease: true
- run: dotnet build src