mirror of
https://github.com/mt-mods/hangglider.git
synced 2024-11-16 07:20:39 +01:00
c2f339c0a4
* hangglider rewrite * correct job name and use faster luacheck action * more powerful airbrake and less antigravity * optimize textures * Update .luacheckrc * update item texture to match actual appearance * up to 256 colors of glider with only one recipe * fix mtg dye colors not working * almost forgot to add a readme * export ignore * Update mod.conf * Update README.md
11 lines
223 B
YAML
11 lines
223 B
YAML
name: luacheck
|
|
on: [push, pull_request]
|
|
jobs:
|
|
luacheck:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@master
|
|
- name: Luacheck
|
|
uses: lunarmodules/luacheck@master
|