Skip to content

Commit

Permalink
Use a faster and newer LuaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Dec 15, 2023
1 parent 0536755 commit 8764caa
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: build
name: luacheck
on: [push, pull_request]

jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Luarocks
run: |
sudo apt-get update -qyy
sudo apt-get install luarocks -qyy
- name: Install Luacheck
run: luarocks install --local luacheck
- name: Run Luacheck
run: $HOME/.luarocks/bin/luacheck mods
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@master
with:
args: mods

0 comments on commit 8764caa

Please sign in to comment.