Skip to content

Commit

Permalink
Use a faster and newer LuaCheck (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Sep 27, 2023
1 parent e599646 commit 88a276f
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
name: luacheck

on: [push, pull_request]

jobs:
build:

luacheck:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: $HOME/.luarocks/bin/luacheck ./
- uses: actions/checkout@v4
- uses: lunarmodules/luacheck@master

0 comments on commit 88a276f

Please sign in to comment.