1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-20 16:50:31 +02:00

add luacheck workflow

This commit is contained in:
OgelGames
2021-12-27 16:10:47 +11:00
committed by wsor4035
parent 2af1d996d2
commit ed2cfa4c2c
2 changed files with 24 additions and 8 deletions

13
.github/workflows/luacheck.yml vendored Normal file
View File

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