Skip to content

fix: add pagination-ref format #25

fix: add pagination-ref format

fix: add pagination-ref format #25

Workflow file for this run

---
name: Validate
on:
- push
- pull_request
permissions:
contents: read
jobs:
validate:
runs-on: "ubuntu-latest"
container: registry.access.redhat.com/ubi9/python-311:latest
steps:
- uses: "actions/checkout@v3"
- run: |
make validate
- run: |
make openapi-sort
# touch all yaml files to ensure generate-json runs
touch *.yaml
make generate-json
git diff --exit-code
oapi_codegen:
runs-on: "ubuntu-latest"
container: registry.access.redhat.com/ubi9/go-toolset:1.18
steps:
- uses: "actions/checkout@v3"
- run: make oapi-codegen