Skip to content

Commit

Permalink
Remove luacheck
Browse files Browse the repository at this point in the history
The primary reason for using luacheck was checking for typos in variable
names and such. luals covers that and much more, so it is now obsolete
for the purposes of this addon.
  • Loading branch information
Oppzippy committed Aug 18, 2024
1 parent 718331d commit 2728785
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49,725 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install luacheck and luarocks
run: sudo apt-get install lua-check luarocks
- name: Install luarocks
run: sudo apt-get install luarocks
- name: Install luaunit
run: sudo luarocks install luaunit
- name: Lint
run: luacheck .
- name: Test
run: lua5.1 Tests/Test.lua
- name: Package and release
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install luacheck and luarocks
run: sudo apt-get install lua-check luarocks
- name: Install luarocks
run: sudo apt-get install luarocks
- name: Install luaunit
run: sudo luarocks install luaunit
- name: Lint
run: luacheck .
- name: Test
run: lua5.1 Tests/Test.lua
Loading

0 comments on commit 2728785

Please sign in to comment.