Skip to content

Bump the all-dependencies group across 1 directory with 3 updates #88

Bump the all-dependencies group across 1 directory with 3 updates

Bump the all-dependencies group across 1 directory with 3 updates #88

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: dotnet test --configuration Release