aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lua.yml
AgeCommit message (Collapse)Author
2022-06-11Builtin: Redo serialize.lua (#11427)Lars Müller
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
2022-05-28Lua workflow: Use Leafo's Luarocks actionLars Müller
instead of installing outdated packages which lead to failing workflows
2022-05-06Sort out some issues with our CI setupsfan5
* 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
2022-04-30Run automated tests when lua files change (#12184)x2048
* 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>