Skip to content

Commit f638129

Browse files
committed
adjust config param
1 parent 3bb5c2a commit f638129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Run linting
2323
run: |
2424
redocly lint \
25-
openapi/ogcapi-processes.bundled.json \
2625
--format=github-actions \
27-
--config=${{ github.workspace }}/.github/workflows/redocly.lint-config.yaml
26+
--config .github/workflows/redocly.lint-config.yaml \
27+
openapi/ogcapi-processes.bundled.json
2828
2929
- name: Commit updated OpenAPI bundle
3030
uses: stefanzweifel/git-auto-commit-action@v7

0 commit comments

Comments
 (0)