1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2024-11-16 23:30:19 +01:00
unifieddyes/.github/workflows/luacheck.yml

18 lines
331 B
YAML
Raw Normal View History

2022-02-23 04:07:53 +01:00
name: luacheck
on: [push, pull_request]
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 ./