Skip to content

Commit

Permalink
Merge pull request #4 from thegalactiks/validate-json-files
Browse files Browse the repository at this point in the history
Validate JSON Schema files
  • Loading branch information
emmanuelgautier authored Oct 14, 2024
2 parents 9977bb9 + 0b6d263 commit 0cc4c5d
Show file tree
Hide file tree
Showing 24 changed files with 27 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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Galactiks Schemas

JSON Schemas used in the [Galactiks](https://www.galactiks.com) ecosystem.

## License

This repository is licensed under the [CC0-1.0 License](https://github.com/thegalactiks/schemas/blob/main/LICENSE).
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.
File renamed without changes.

0 comments on commit 0cc4c5d

Please sign in to comment.