1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2024-09-25 13:50:41 +02:00
hangglider/.github/workflows/luacheck.yml
2021-01-14 14:54:56 +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 ./