Skip to content

chore: Link in shields #45

chore: Link in shields

chore: Link in shields #45

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
with:
dotnet-version: |
10.x
- name: Build
run: dotnet build --configuration Release