Skip to content

Commit 46790aa

Browse files
committed
verify json schema
1 parent eb62a5e commit 46790aa

File tree

4 files changed

+574
-0
lines changed

4 files changed

+574
-0
lines changed

Diff for: .github/workflows/verify-json-schema.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Verify JSON Schema
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
jobs:
8+
nix-matrix:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: DeterminateSystems/nix-installer-action@v13
13+
- uses: DeterminateSystems/magic-nix-cache-action@v7
14+
- run: rfc/0001-crashtracker-user-visable-log/verify_examples.sh

0 commit comments

Comments
 (0)