powerbanks/.github/workflows/luacheck.yml
OgelGames 17624ac0f9 update luacheck workflow
- change from `v1` to `master`
- rename build to luacheck
- remove stuff from luacheck config
2020-11-05 22:05:13 +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 ./