1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Reenabled lint check within drone

This commit is contained in:
Thomas Boerger
2016-11-29 14:15:36 +01:00
parent 60e3e5b4e1
commit 684d55e130
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ pipeline:
- apk -U add linux-pam-dev openssh-client
- make clean
- make vet
# - make lint
- make lint
- make test
- make build
when: