1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 16:26:13 +00:00
diaspora_ynh/.gitlab-ci.yml

8 lines
175 B
YAML
Raw Permalink Normal View History

2018-06-05 11:13:41 +00:00
test:
script:
2018-06-05 11:14:28 +00:00
- apt-get update
2019-12-17 11:02:01 +00:00
- apt-get install -y python3 git
2018-06-05 11:13:41 +00:00
- git clone https://github.com/YunoHost/package_linter
2019-12-17 11:02:01 +00:00
- python3 package_linter/package_linter.py .
2018-06-05 11:13:41 +00:00