This commit is contained in:
parent
4a4eb8d0e1
commit
71c550a5ce
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ pipeline:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install pylint3 python3-flake8
|
- apt install --no-install-recommends -y pylint3 python3-flake8 python3-git git
|
||||||
- python3 -m flake8 gitdch
|
- python3 -m flake8 gitdch
|
||||||
- python3 -m pylint gitdch
|
- python3 -m pylint gitdch
|
||||||
|
|
Loading…
Reference in a new issue