Skip to content

Commit ffea67e

Browse files
committed
fix relaxed config
1 parent b5cd0fa commit ffea67e

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: 'relaxed'
21+
yamllint_config_datapath: '---\n:extends: relaxed\n:rules:\n :line-length: disabled\n :trailing-spaces: disabled\n'
2222
yamllint_comment: true
2323
- name: OpenAPI Lint
2424
uses: mattpage/redocly-cli-lint-action@v0.0.1

0 commit comments

Comments
 (0)