Skip to content

Commit

Permalink
verify json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Aug 1, 2024
1 parent eb62a5e commit 46790aa
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/verify-json-schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Verify JSON Schema

on:
pull_request:
push:

jobs:
nix-matrix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/magic-nix-cache-action@v7
- run: rfc/0001-crashtracker-user-visable-log/verify_examples.sh
Loading

0 comments on commit 46790aa

Please sign in to comment.