From b5cd0faec724b529fae9ff676a38cac4f1582bd8 Mon Sep 17 00:00:00 2001 From: Matthew Page Date: Thu, 14 Apr 2022 11:42:58 -0700 Subject: fix relaxed config --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3