Skip to content

Do not send NameIDPolicy with a blank Format (#53) #74

Do not send NameIDPolicy with a blank Format (#53)

Do not send NameIDPolicy with a blank Format (#53) #74

Workflow file for this run

name: "Build"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v14
with:
name: nix-community
- run: |
nix build
nix flake check