Skip to content

Commit 35e6efa

Browse files
committed
fix relaxed config
1 parent ffea67e commit 35e6efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
yamllint_file_or_dir: 'descriptions/**/*.yaml'
2020
yamllint_strict: false
21-
yamllint_config_datapath: '---\n:extends: relaxed\n:rules:\n :line-length: disabled\n :trailing-spaces: disabled\n'
21+
yamllint_config_datapath: '{extends: relaxed, rules: {trailing-spaces: disable, line-length: disable}}'
2222
yamllint_comment: true
2323
- name: OpenAPI Lint
2424
uses: mattpage/redocly-cli-lint-action@v0.0.1

0 commit comments

Comments
 (0)