Introduce scorecards

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2021-11-17 14:28:54 +01:00
parent 33c7d6522a
commit dc62dcab12
25 changed files with 714 additions and 5 deletions
@@ -25,6 +25,7 @@ export interface CheckResponse {
export type CheckResult = {
facts: FactResponse;
check: CheckResponse;
result: any;
};
// @public
@@ -112,6 +112,7 @@ export type FactResponse = {
export type CheckResult = {
facts: FactResponse;
check: CheckResponse;
result: any;
};
/**