UNPKG

@quenty/cli-output-helpers

Version:

Helpers to generate Nevermore package and game templates

9 lines 642 B
// Shared formatting types and helpers export { summarizeError, formatGithubTable, formatResultStatus, formatRunningStatus, getActionsRunUrl, formatGithubTableBody, formatGithubNoTestsBody, formatGithubErrorBody, } from './formatting.js'; // PR comment reporter export { GithubCommentTableReporter } from './comment-table-reporter.js'; // Job summary reporter export { GithubJobSummaryReporter } from './job-summary-reporter.js'; // Workflow annotations export { formatAnnotation, emitAnnotations, summarizeDiagnostics, formatAnnotationSummaryMarkdown, writeAnnotationSummaryAsync, } from './annotations.js'; //# sourceMappingURL=index.js.map