fix: mark client_id as required in oauth2 token endpoint #20
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: Test API Docs Generation | |
on: | |
pull_request: | |
paths: | |
- '**.yaml' | |
- '**.json' | |
jobs: | |
test: | |
name: api-docs-generator-dry-run | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
cache-dependency-path: | | |
tools/api-docs-generator/go.sum | |
- name: test | |
working-directory: ./tools/api-docs-generator | |
run: make dry-run |