mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
7 lines
196 B
YAML
7 lines
196 B
YAML
test:
|
|
script:
|
|
- apt-get update
|
|
- apt-get install -yy python git
|
|
- git clone https://github.com/YunoHost/package_linter
|
|
- pip install report
|
|
- python package_linter/package_linter.py .
|