Skip to content

Bump the dotnet group with 4 updates #7

Bump the dotnet group with 4 updates

Bump the dotnet group with 4 updates #7

Workflow file for this run

name: Lint Build Test
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-dotnet@v6
with:
dotnet-version: 10.0.x
- run: dotnet restore
- run: dotnet format --verify-no-changes --verbosity diagnostic
- run: dotnet build
- run: dotnet test