mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 15:15:07 +03:00
Name lint instead of verify
This commit is contained in:
parent
519db79e8b
commit
929474197a
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Check https://circleci.com/docs/2.0/language-go/ for more details
|
||||
version: 2.1
|
||||
jobs:
|
||||
verify:
|
||||
lint:
|
||||
docker:
|
||||
- image: circleci/golang:1.14.1
|
||||
|
||||
|
@ -214,16 +214,16 @@ workflows:
|
|||
version: 2.1
|
||||
build:
|
||||
jobs:
|
||||
- verify
|
||||
- lint
|
||||
- build-linux:
|
||||
requires:
|
||||
- verify
|
||||
- lint
|
||||
- build-macos:
|
||||
requires:
|
||||
- verify
|
||||
- lint
|
||||
- build-other:
|
||||
requires:
|
||||
- verify
|
||||
- lint
|
||||
- upload:
|
||||
requires:
|
||||
- build-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue