File tree Expand file tree Collapse file tree 5 files changed +3
-271
lines changed
Expand file tree Collapse file tree 5 files changed +3
-271
lines changed Original file line number Diff line number Diff line change 1313 - name : Checkout repository
1414 uses : actions/checkout@v4
1515
16- - name : " Run Luacheck"
17- uses : nebularg/actions-luacheck@v1
18- with :
19- args : " --no-color -q"
20- annotate : warning
21-
2216 - name : Package
2317 uses : BigWigsMods/packager@v2
2418 with :
Original file line number Diff line number Diff line change 1313 - name : Checkout repository
1414 uses : actions/checkout@v4
1515
16- - name : " Run Luacheck"
17- uses : nebularg/actions-luacheck@v1
18- with :
19- args : " --no-color -q"
20- annotate : warning
21-
2216 - name : " Generate recent changes"
2317 uses : kemayo/actions-recent-changelog@v1
2418 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package-as: Clicked
22enable-nolib-creation: no
33
44ignore:
5- - .luacheckrc
65 - .editorconfig
76 - README.md
87 - CHANGELOG.md
Original file line number Diff line number Diff line change 122122 "Lua.diagnostics.disable" : [
123123 " deprecated" ,
124124 " assign-type-mismatch"
125- ]
126-
125+ ],
126+ "Lua.workspace.useGitIgnore" : false ,
127+ "wowAPI.luals.defineKnownGlobals" : false
127128}
You can’t perform that action at this time.
0 commit comments