mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 10:31:36 +01:00
8 lines
175 B
YAML
8 lines
175 B
YAML
image: python:3.5-alpine
|
|
test:
|
|
script:
|
|
- apk update
|
|
- apk add git
|
|
- git clone https://github.com/YunoHost/package_linter
|
|
- python package_linter/package_linter.py .
|