1
0
mirror of https://github.com/docker/cli.git synced 2026-01-06 05:41:44 +03:00

vendor with go mod

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-12-16 21:15:53 +01:00
parent 6fbf816901
commit 7e560ae76f
493 changed files with 59669 additions and 16541 deletions

View File

@@ -11,7 +11,7 @@ on:
pull_request:
jobs:
lint:
validate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -19,6 +19,7 @@ jobs:
target:
- lint
- shellcheck
- validate-vendor
steps:
-
name: Checkout