Skip to content

#5 Resources with [AllowAnonymous] may trigger request to the IDP #46

#5 Resources with [AllowAnonymous] may trigger request to the IDP

#5 Resources with [AllowAnonymous] may trigger request to the IDP #46

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: "Build & Test"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: ./.github/workflows/build-action