image: atlassian/default-image:3 pipelines: pull-requests: "**": - step: name: Lint code script: - apt install luarocks - apt install lua5.1 - luarocks install luacheck - luacheck .