Add lint command
continuous-integration/drone Build is passing Details

This commit is contained in:
Madis Mägi 2022-02-20 16:03:35 +02:00
parent b903fca13d
commit 0234af98b3
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
commands:
- sh "pre-commit run --all-files"