Skip to content

Commit c2b717c

Browse files
committed
Preparing for Config Method Update
1 parent a4e7346 commit c2b717c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+144
-2338
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: CI
2-
32
on: [push, pull_request]
43

54
permissions:
@@ -26,34 +25,35 @@ jobs:
2625
with:
2726
path: scprp
2827

29-
- name: Setup Lua Environment
28+
- name: Set Up Lua
3029
uses: leafo/[email protected]
3130
with:
3231
luaVersion: "5.2"
3332

34-
- name: Install LuaRocks
33+
- name: Set Up Luarocks
3534
uses: leafo/[email protected]
3635

37-
- name: Pull GLuaCheck
36+
- name: Pull GluaCheck
3837
uses: actions/checkout@v3
3938
with:
4039
repository: LiliaFramework/GluaCheck
4140
path: luacheck
4241

43-
- name: Build GLuaCheck
42+
- name: Build GluaCheck
4443
working-directory: luacheck
4544
run: luarocks make
4645

47-
- name: Run GLuaCheck Linter
46+
- name: Run Luacheck Linting
4847
working-directory: scprp
4948
run: |
50-
luacheck . --no-redefined \
49+
luacheck . \
50+
--no-redefined \
5151
--no-global --no-self \
5252
--no-max-line-length --no-max-code-line-length \
5353
--no-max-string-line-length --no-max-comment-line-length \
5454
--no-max-cyclomatic-complexity
5555
56-
prettyprint:
56+
formatter:
5757
runs-on: ubuntu-latest
5858
needs: linter
5959
steps:

.luacheckrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

config.ld

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/css/highlight.css

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)