We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb5c2a commit f638129Copy full SHA for f638129
1 file changed
.github/workflows/openapi.yml
@@ -22,9 +22,9 @@ jobs:
22
- name: Run linting
23
run: |
24
redocly lint \
25
- openapi/ogcapi-processes.bundled.json \
26
--format=github-actions \
27
- --config=${{ github.workspace }}/.github/workflows/redocly.lint-config.yaml
+ --config .github/workflows/redocly.lint-config.yaml \
+ openapi/ogcapi-processes.bundled.json
28
29
- name: Commit updated OpenAPI bundle
30
uses: stefanzweifel/git-auto-commit-action@v7
0 commit comments