We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f638129 commit e6c0c02Copy full SHA for e6c0c02
1 file changed
.github/workflows/openapi.yml
@@ -20,10 +20,11 @@ jobs:
20
- name: Bundle OpenAPI
21
run: openapi/update.sh
22
- name: Run linting
23
+ working-directory: ${{ github.workspace }}
24
run: |
25
redocly lint \
- --format=github-actions \
26
- --config .github/workflows/redocly.lint-config.yaml \
+ --format github-actions \
27
+ --config '.github/workflows/redocly.lint-config.yaml' \
28
openapi/ogcapi-processes.bundled.json
29
30
- name: Commit updated OpenAPI bundle
0 commit comments