Skip to content

Commit a01a7a2

Browse files
authored
Merge pull request #7 from Trepp/releases/v1
Fixes for style and remove template variables
2 parents 9483bcd + d595af1 commit a01a7a2

File tree

6 files changed

+1844
-44
lines changed

6 files changed

+1844
-44
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: ./
2323
with:
24-
milliseconds: 1000
24+
folder: './__tests__'
25+
style: 'modern-blue'

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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.
7270
Then run [ncc](https://github.com/zeit/ncc) and push the results:
7371

7472
```bash
73+
npm run build
7574
npm run package
7675
git add dist
7776
git commit -a -m "prod dependencies"

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: 'render-wsq'
22
description: 'Render web sequence diagrams to images'
33
author: 'Michael Holtzman @ Trepp'
44
inputs:
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

0 commit comments

Comments
 (0)