1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-16 17:20:21 +02:00
signs_lib/.github/workflows/luacheck.yml
OgelGames aa5f865131
Add luacheck (#3)
Co-authored-by: syimyuzya <syimyuzya@gmail.com>
2021-12-09 15:46:33 +11:00

14 lines
331 B
YAML

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 ./