technic_armor/.github/workflows/build.yml
David Leal 388f1c2853
Various changes and improvements (#1)
* Use mod.conf for (soft) dependencies and description.
* Deletes deprecated `depends.txt` and `description.txt`.
* Add GitHub workflow to LuaCheck the code
* Fix minor LuaCheck warnings
2020-11-04 17:17:45 +01:00

17 lines
331 B
YAML

name: build
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 ./