feat: markdown, github file and UI improvements

This commit is contained in:
Morten Olsen
2023-06-19 16:33:42 +02:00
parent 4ec88717b0
commit 5c23cef034
27 changed files with 767 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ import pullRequest from './pull-request/index.widget';
import pullRequstComments from './pull-request-comments/index.widget';
import workflowRun from './workflow-run/index.widget';
import workflowRuns from './workflow-runs/index.widget';
import file from './file';
const github = [
githubProfileWidget,
@@ -11,6 +12,7 @@ const github = [
pullRequstComments,
workflowRun,
workflowRuns,
file,
] satisfies Widget<any>[];
export { github };