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:
parent
e353363bab
commit
348ed0a1a8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue