minetest_x_bows/bitbucket-pipelines.yml

14 lines
306 B
YAML
Raw Normal View History

2022-10-05 20:03:07 -05:00
image: atlassian/default-image:3
2022-10-05 19:54:07 -05:00
pipelines:
pull-requests:
"**":
- step:
name: Lint code
script:
2022-10-05 20:06:46 -05:00
- apt-get update
- apt-get -y install lua5.1
- apt-get -y install luarocks
2022-10-05 19:59:18 -05:00
- luarocks install luacheck
2022-10-05 19:54:07 -05:00
- luacheck .