1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-07-13 22:10:32 +02:00

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

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