mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Add CI
This commit is contained in:
parent
293c0a5df9
commit
80e008d7a7
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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 .
|
Loading…
Reference in a new issue