File tree Expand file tree Collapse file tree 6 files changed +1844
-44
lines changed Expand file tree Collapse file tree 6 files changed +1844
-44
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v2
2222 - uses : ./
2323 with :
24- milliseconds : 1000
24+ folder : ' ./__tests__'
25+ style : ' modern-blue'
Original file line number Diff line number Diff line change 1- <p align =" center " >
2- <a href =" https://github.com/actions/typescript-action/actions " ><img alt =" typescript-action status " src =" https://github.com/actions/typescript-action/workflows/build-test/badge.svg " ></a >
3- </p >
1+ ![ build-test] ( https://github.com/Trepp/actions-render-wsq/workflows/build-test/badge.svg?branch=main )
42
53# GitHub Action to render web sequence diagrams
64
@@ -72,6 +70,7 @@ Actions are run from GitHub repos so we will checkin the packed dist folder.
7270Then run [ ncc] ( https://github.com/zeit/ncc ) and push the results:
7371
7472``` bash
73+ npm run build
7574npm run package
7675git add dist
7776git commit -a -m " prod dependencies"
Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: 'render-wsq'
22description : ' Render web sequence diagrams to images'
33author : ' Michael Holtzman @ Trepp'
44inputs :
5- milliseconds : # change this
6- required : true
7- description : ' input description here'
8- default : ' default value if applicable'
95 folder :
106 required : true
117 description : Folder to search for wsq files for input
You can’t perform that action at this time.
0 commit comments