Polishing (#6)

* Drop support for moreores tin (replaced in 2017 by mtg tin)

* Compress textures
This commit is contained in:
Niklp
2024-03-21 23:45:42 +01:00
committed by GitHub
parent e85417b180
commit ab4bb34170
56 changed files with 13 additions and 18 deletions

View File

@ -1,13 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
build:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- 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 ./
- name: Checkout
uses: actions/checkout@main
- name: Luacheck
uses: lunarmodules/luacheck@master