diff options
author | Matthew Page <mattpage@github.com> | 2022-04-14 12:00:10 -0700 |
---|---|---|
committer | Matthew Page <mattpage@github.com> | 2022-04-14 12:00:10 -0700 |
commit | ffea67ed10b8207218945e0f3ee4a7950e30e2a4 (patch) | |
tree | 97d50cf34701f2ef04cc56e97151fbc456e6cdd7 /.github | |
parent | b5cd0faec724b529fae9ff676a38cac4f1582bd8 (diff) | |
download | rest-api-description-ffea67ed10b8207218945e0f3ee4a7950e30e2a4.tar.gz rest-api-description-ffea67ed10b8207218945e0f3ee4a7950e30e2a4.zip |
fix relaxed config
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 |