Skip to content

chore(deps): bump the all-actions group with 2 updates #3

chore(deps): bump the all-actions group with 2 updates

chore(deps): bump the all-actions group with 2 updates #3

Workflow file for this run

name: .NET
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release