diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-06-05 02:49:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-05 02:49:46 -0500 |
commit | 703d18e50d69974779c5fab0d1bb6c082a3923fd (patch) | |
tree | 7837f4e248e7bfc4f91993dad64ab71efe01e26a /.drone.yml | |
parent | ed31dff5ab9e3bc618c647acca2d3f34e720a2d7 (diff) | |
download | gitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.tar.gz gitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.zip |
feat: add check misspelling (#1877)
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 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: |