Reusable GitHub Actions to help Entur teams:
- Lint API specs with Spectral (OpenAPI, and AsyncAPI beta)
- Publish OpenAPI specs to the developer portal storage (with visibility control)
Lint in your workflow:
jobs:
openapi-lint:
uses: entur/gha-api/.github/workflows/lint.yml@v4
secrets: inheritPublish in your workflow:
jobs:
openapi-publish:
uses: entur/gha-api/.github/workflows/publish.yml@v4
secrets: inheritCheck your API at https://beta.developer.entur.no/apis/public