Skip to content

fix: allow parsing of role assignment value at auth scope [IAC-3033] #4

fix: allow parsing of role assignment value at auth scope [IAC-3033]

fix: allow parsing of role assignment value at auth scope [IAC-3033] #4

Workflow file for this run

---
name: Generation Check
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/gencheck.yaml'
- '**.go'
concurrency:
group: 'gencheck-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
gencheck:
runs-on: [custom, linux, large]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make gencheck