Skip to content

chore(deps): bump actions/setup-dotnet from 5 to 6 in the github-actions group across 1 directory #1

chore(deps): bump actions/setup-dotnet from 5 to 6 in the github-actions group across 1 directory

chore(deps): bump actions/setup-dotnet from 5 to 6 in the github-actions group across 1 directory #1

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