1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 08:08:36 +00:00

feat: add check misspelling (#1877)

This commit is contained in:
Bo-Yi Wu
2017-06-05 02:49:46 -05:00
committed by GitHub
parent ed31dff5ab
commit 703d18e50d
29 changed files with 43 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ pipeline:
- make generate
- make vet
- make lint
- make misspell-check
- make test-vendor
- make build
when: