Skip to content

Commit 0f10eb2

Browse files
committed
Add GitHub Action
1 parent 8079143 commit 0f10eb2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Lua docs generator
2+
description: Generates markdown documentation from in-line Lua comments
3+
branding:
4+
icon: package
5+
color: green
6+
runs:
7+
using: docker
8+
image: Dockerfile
9+
entrypoint: /usr/local/bin/build
10+

0 commit comments

Comments
 (0)