You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
```
0 commit comments