diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index d94bcaf116..0ee9ffa07d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ pipeline: - make generate - make vet - make lint + - make stylesheets-check - make misspell-check - make test-vendor - make build |