summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthew Page <mattpage@github.com>2022-04-14 12:00:10 -0700
committerMatthew Page <mattpage@github.com>2022-04-14 12:00:10 -0700
commitffea67ed10b8207218945e0f3ee4a7950e30e2a4 (patch)
tree97d50cf34701f2ef04cc56e97151fbc456e6cdd7 /.github
parentb5cd0faec724b529fae9ff676a38cac4f1582bd8 (diff)
downloadrest-api-description-ffea67ed10b8207218945e0f3ee4a7950e30e2a4.tar.gz
rest-api-description-ffea67ed10b8207218945e0f3ee4a7950e30e2a4.zip
fix relaxed config
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linter.yml2
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