1
0
Fork 0
mirror of https://github.com/mt-mods/mail.git synced 2025-03-16 22:51:26 +00:00
mail/.github/workflows/luacheck.yml

18 lines
317 B
YAML
Raw Normal View History

2019-12-01 17:43:53 +01:00
name: luacheck
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- 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 ./