aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-06-05 02:49:46 -0500
committerGitHub <noreply@github.com>2017-06-05 02:49:46 -0500
commit703d18e50d69974779c5fab0d1bb6c082a3923fd (patch)
tree7837f4e248e7bfc4f91993dad64ab71efe01e26a /.drone.yml
parented31dff5ab9e3bc618c647acca2d3f34e720a2d7 (diff)
downloadgitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.tar.gz
gitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.zip
feat: add check misspelling (#1877)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c6b789e171..00810b8ad9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -20,6 +20,7 @@ pipeline:
- make generate
- make vet
- make lint
+ - make misspell-check
- make test-vendor
- make build
when: