mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Add .gitlab-ci.yml
This commit is contained in:
parent
603d812764
commit
9580796731
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install python
|
||||||
|
- git clone https://github.com/YunoHost/package_linter
|
||||||
|
- python package_linter/package_linter.py .
|
Loading…
Add table
Reference in a new issue