Minor fixes and cleanup (#3)

This commit is contained in:
OgelGames
2024-02-27 17:28:29 +11:00
committed by GitHub
parent 1860fa44b6
commit 53c0826bff
5 changed files with 43 additions and 42 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@main
- name: Luacheck
uses: lunarmodules/luacheck@master