Skip to content

Commit

Permalink
ci: validate json schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Oct 14, 2024
1 parent ceec0d0 commit 05a8582
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Validate JSON
uses: emmanuelgautier/validate-json@main
with:
files: schemas/*.json
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"github>cerberauth/renovate-config"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 05a8582

Please sign in to comment.