summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthew Page <mattpage@github.com>2022-04-14 11:42:58 -0700
committerMatthew Page <mattpage@github.com>2022-04-14 11:42:58 -0700
commitb5cd0faec724b529fae9ff676a38cac4f1582bd8 (patch)
treee4d4cbdcbfc42c8f606126fb79a883962c930b04 /.github
parent47d0bb08b7ba4b1e63e0b1ef956b601a181b4be8 (diff)
downloadrest-api-description-b5cd0faec724b529fae9ff676a38cac4f1582bd8.tar.gz
rest-api-description-b5cd0faec724b529fae9ff676a38cac4f1582bd8.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 07e342fd3..e68703bf9 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: '{extends: relaxed, rules: {}}'
+ yamllint_config_datapath: 'relaxed'
yamllint_comment: true
- name: OpenAPI Lint
uses: mattpage/redocly-cli-lint-action@v0.0.1