diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-11 21:28:57 -0500 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-07-12 04:28:57 +0200 |
commit | 2b05b104ef21309c0e82e5c6c12517b22a7cd8b2 (patch) | |
tree | 810de427676889b4aff378c18cd0986b38d1e338 /.drone.yml | |
parent | 89845f67283f5c767daa86aa0dd970d92cbdf717 (diff) | |
download | gitea-2b05b104ef21309c0e82e5c6c12517b22a7cd8b2.tar.gz gitea-2b05b104ef21309c0e82e5c6c12517b22a7cd8b2.zip |
Add verify changed less-file step to Makefile (#1861)
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 |