Skip to content

Commit

Permalink
fixup! 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 8077838 commit ffc5871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-schema-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
github-schemas:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 1

- name: '.github/dependabot.yml'
if: ${{ hashFiles('.github/dependabot.yml') != '' }}
uses: cardinalby/schema-validator-action@v3
Expand Down

0 comments on commit ffc5871

Please sign in to comment.