readme, workflow, license

This commit is contained in:
OgelGames
2021-01-23 21:52:22 +11:00
parent ad86fe1142
commit 422f97507d
3 changed files with 489 additions and 2 deletions

13
.github/workflows/luacheck.yml vendored Normal file
View File

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