summaryrefslogtreecommitdiff
path: root/.github/workflows/lua.yml
Commit message (Collapse)AuthorAge
* Builtin: Redo serialize.lua (#11427)Lars Müller2022-06-11
| | | | | | | | | Features: * Support for arbitrary references, including self-referencing * Short output, references "long" strings as a bonus * Around the same speed, potentially slower if long, short keys are present * Properly works with NaN and inf
* Lua workflow: Use Leafo's Luarocks actionLars Müller2022-05-28
| | | | instead of installing outdated packages which lead to failing workflows
* Sort out some issues with our CI setupsfan52022-05-06
| | | | | | | * add missing apt-get update where needed * move some jobs to run on ubuntu-20.04 * update actions plugins to latest * speed up the job that runs multiplayer tests
* Run automated tests when lua files change (#12184)x20482022-04-30
* 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>