digtron/.github/workflows/luacheck.yml
OgelGames 9697db788f
Replace fake player code with fakelib (#101)
* replace fake player with fakelib

* update luacheck workflow

* remove depends.txt and description.txt

* mention fakelib in readme
2024-05-24 13:15:51 +02: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