Skip to content

Commit

Permalink
fixup! squash! Add schema validation for the various files in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Oct 18, 2024
1 parent b3118cd commit bd2fa97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-schema-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != '' }}
Expand All @@ -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

0 comments on commit bd2fa97

Please sign in to comment.