]> git.lizzy.rs Git - dragonfireclient.git/commit
Run automated tests when lua files change (#12184)
authorx2048 <codeforsmile@gmail.com>
Sat, 30 Apr 2022 13:54:07 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 13:54:07 +0000 (15:54 +0200)
commit828461c193c9dcee1221a367b340084e4ee643ad
tree65c7894f67b0dab9868154ba73535653ac9ffb6f
parentec4a789b4f56d7918b6c964e59b9903af5e17fcd
Run automated tests when lua files change (#12184)

* Run automated tests when lua files change

* skip busted on devtest

* use newer build env

* Add .luacheckrc for games/devetest

Co-authored-by: sfan5 <sfan5@live.de>
.github/workflows/lua.yml [new file with mode: 0644]
.github/workflows/lua_lint.yml [deleted file]
games/devtest/.luacheckrc [new file with mode: 0644]