BUG: verifyX509Time
should return the verifier even if the verify fails (we want to get information about it later)
#62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docgen | |
on: | |
workflow_dispatch: | |
push: | |
branches: ["main", "release-*"] | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
docgen: | |
name: Verify Docgen | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 | |
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 | |
with: | |
go-version: "1.21.x" | |
- run: ./schemagen/verify.sh |