technic_armor/.github/workflows/luacheck.yml
Niklp ab4bb34170
Polishing (#6)
* Drop support for moreores tin (replaced in 2017 by mtg tin)

* Compress textures
2024-03-21 18:45:42 -04:00

11 lines
221 B
YAML

name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Luacheck
uses: lunarmodules/luacheck@master