We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f700a18 commit ea93b7bCopy full SHA for ea93b7b
.github/workflows/release.yml
@@ -0,0 +1,11 @@
1
+name: LDoc
2
+on: [ push, pull_request ]
3
+jobs:
4
+ sile:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout
8
+ uses: actions/checkout@v3
9
+ - name: Generate docs with LDoc
10
+ uses: lunarmodules/ldoc@v0
11
+
0 commit comments