Skip to content

Bump the all-dependencies group with 2 updates (#174) #386

Bump the all-dependencies group with 2 updates (#174)

Bump the all-dependencies group with 2 updates (#174) #386

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: Test
run: dotnet test --configuration Release