areas/.github/workflows/luacheck.yml

18 lines
331 B
YAML
Raw Normal View History

2020-06-02 08:04:41 +02:00
name: luacheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
2020-06-05 06:55:39 +02:00
- uses: actions/checkout@v2
2020-06-02 08:04:41 +02:00
- 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 ./