correct job name and use faster luacheck action

This commit is contained in:
OgelGames 2023-08-01 22:32:45 +10:00
parent 7644e3a80f
commit 0a7f2bd8d5
1 changed files with 5 additions and 8 deletions

View File

@ -1,13 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
build:
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