Skip to content

Commit

Permalink
use faster luacheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Aug 1, 2023
1 parent cc2728f commit ff177c7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- 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 ./
- name: Checkout
uses: actions/checkout@master
- name: Luacheck
uses: lunarmodules/luacheck@master

0 comments on commit ff177c7

Please sign in to comment.