From 3889f57486feda4b1fbb985bbfebc86d791b19b2 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Sun, 9 Oct 2022 22:26:13 -0400 Subject: [PATCH] run pipeline also in master --- bitbucket-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f194e6f..d683b66 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,3 +11,13 @@ pipelines: - apt-get -y install luarocks - luarocks install luacheck - luacheck . + branches: + master: + - step: + name: Lint code + script: + - apt-get update + - apt-get -y install lua5.1 + - apt-get -y install luarocks + - luarocks install luacheck + - luacheck . \ No newline at end of file