-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb62a5e
commit 46790aa
Showing
4 changed files
with
574 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.