Add lint command
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Madis Mägi 2022-02-20 16:03:35 +02:00
parent b903fca13d
commit 0234af98b3

View File

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