mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
7 lines
162 B
YAML
7 lines
162 B
YAML
|
language: python
|
||
|
|
||
|
before_install:
|
||
|
- git clone https://github.com/YunoHost/package_linter /tmp/package_linter
|
||
|
|
||
|
script:
|
||
|
- /tmp/package_linter/package_linter.py ./
|