Install pre-commit for checks
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:15:45 -07:00
parent 0b8454bb80
commit f4c7801d84
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ steps:
commands:
- apt-get update
- apt-get install -y --no-install-recommends make
- pip install docker-compose
- pip install docker-compose pre-commit
- make check
- name: itest
image: docker