Skip to content

Commit e6c0c02

Browse files
committed
explicit workspace dir
1 parent f638129 commit e6c0c02

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/openapi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- name: Bundle OpenAPI
2121
run: openapi/update.sh
2222
- name: Run linting
23+
working-directory: ${{ github.workspace }}
2324
run: |
2425
redocly lint \
25-
--format=github-actions \
26-
--config .github/workflows/redocly.lint-config.yaml \
26+
--format github-actions \
27+
--config '.github/workflows/redocly.lint-config.yaml' \
2728
openapi/ogcapi-processes.bundled.json
2829
2930
- name: Commit updated OpenAPI bundle

0 commit comments

Comments
 (0)