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 688ea75 commit 1ff5336Copy full SHA for 1ff5336
.github/workflows/generate.yml
@@ -6,6 +6,8 @@ on:
6
- dev
7
paths:
8
- 'api/lovr/**.lua'
9
+ - 'api/generators/*.lua'
10
+ - 'api/main.lua'
11
12
permissions:
13
contents: write
@@ -33,6 +35,13 @@ jobs:
33
35
- name: Generate
34
36
run: ./lovr-x86_64.AppImage docs/api
37
38
+ - name: Format
39
+ run: |
40
+ curl -s https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.1/stylua-linux-x86_64.zip > stylua.zip
41
+ unzip stylua.zip
42
+ chmod +x stylua
43
+ ./stylua library
44
+
45
- name: Checkout cats branch
46
uses: actions/checkout@v4
47
with:
0 commit comments