1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
image: muhq/lua-dev:0.2 stages: - check - test check-luacheck: stage: check script: - make check-luacheck check-format: stage: check script: - make check-format test: stage: test script: - make test