Skip to content

Revert "Allow DelegatedIdentity API clients to subscribe by PID (#58)" in main branch #123

Revert "Allow DelegatedIdentity API clients to subscribe by PID (#58)" in main branch

Revert "Allow DelegatedIdentity API clients to subscribe by PID (#58)" in main branch #123

Workflow file for this run

name: PR Build
on:
pull_request: {}
workflow_dispatch: {}
jobs:
generate-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17.1'
- run: make generate-check