Update for Laravel 11 cache config #83
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: Documentation | |
on: | |
push: | |
paths: | |
- 'public/openapi.yml' | |
jobs: | |
openapi-lint: | |
name: Validate OpenAPI spec | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-node@v4 | |
- uses: actions/checkout@v4 | |
- name : Validate OpenAPI spec | |
run: npx @redocly/cli lint public/openapi.yml |