Skip to content

chore: enable Kubernetes promotions #3

chore: enable Kubernetes promotions

chore: enable Kubernetes promotions #3

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@v5
with:
dotnet-version: 10.0.x
- run: dotnet restore
- run: dotnet format --verify-no-changes --verbosity diagnostic
- run: dotnet build
- run: dotnet test