run pipeline also in master
This commit is contained in:
parent
0eb88b59c3
commit
3889f57486
|
@ -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 .
|
Ŝarĝante…
Reference in New Issue