diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e68703bf9..51962bb68 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: with: yamllint_file_or_dir: 'descriptions/**/*.yaml' yamllint_strict: false - yamllint_config_datapath: 'relaxed' + yamllint_config_datapath: '---\n:extends: relaxed\n:rules:\n :line-length: disabled\n :trailing-spaces: disabled\n' yamllint_comment: true - name: OpenAPI Lint uses: mattpage/redocly-cli-lint-action@v0.0.1 |