init; changed textures
Some checks failed
luacheck / build (push) Has been cancelled

This commit is contained in:
Rainer 2026-02-12 12:48:27 +01:00
commit 2dfc96ee15
22 changed files with 1268 additions and 0 deletions

17
.github/workflows/luacheck.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: luacheck
on: [push]
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 ./