Commit f675fac
authored
chore: add name to check-jsonschema hook (#816)
this makes it easier to differentiate which
cfg of this hook is running since there are multiple
previously looked like this:
```
Validate files with jsonschema...........................................Passed
Validate files with jsonschema...........................................Passed
Validate files with jsonschema...........................................Passed
Validate files with jsonschema...........................................Passed
```
now this:
```
Validate instruction files with jsonschema...........(no files to check)Skipped
Validate CSR files with jsonschema...................(no files to check)Skipped
Validate extension files with jsonschema.............(no files to check)Skipped
Validate cert model files with jsonschema............(no files to check)Skipped
Validate cert class files with jsonschema............(no files to check)Skipped
```1 parent 88bd4ac commit f675fac
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments