We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8079143 commit 0f10eb2Copy full SHA for 0f10eb2
action.yml
@@ -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