1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

circleci: Rename 'lint' to 'check' to match build target

Signed-off-by: Euan Harris <euan.harris@docker.com>
This commit is contained in:
Euan Harris 2018-07-04 13:42:25 +01:00
parent e353363bab
commit 348ed0a1a8

View file

@ -30,7 +30,7 @@ jobs:
exclusive: false
- run: make build
lint:
check:
<<: *defaults
steps:
- checkout
@ -68,7 +68,7 @@ workflows:
- build:
requires:
- builder
- lint:
- check:
requires:
- builder
- cross: