diff --git a/.github/workflows/github-schema-validation.yml b/.github/workflows/github-schema-validation.yml index 3dae7383fa83475..f591de55db7a81d 100644 --- a/.github/workflows/github-schema-validation.yml +++ b/.github/workflows/github-schema-validation.yml @@ -30,7 +30,7 @@ jobs: with: file: '.github/dependabot.yml' schema: 'https://json.schemastore.org/dependabot-2.0.json' - mode: 'lax' + mode: 'lax' # We really just want allowUnusedKeywords: true - name: '.github/actions' if: ${{ hashFiles('.github/actions/*/action.yml') != '' }} @@ -45,3 +45,4 @@ jobs: with: file: '.github/workflows/*.yml' schema: 'https://json.schemastore.org/github-workflow.json' + mode: 'lax' # https://github.com/SchemaStore/schemastore/issues/3102