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 afd6aa6
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ jobs:
name: LICENSE-3rdparty.yml
path: /tmp/CI.yaml
overwrite: true
verify-json-schema:
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 afd6aa6

Please sign in to comment.