1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

lint gha job

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-21 15:33:48 +02:00
parent 5302241995
commit 9582eb6661
7 changed files with 79 additions and 42 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.16.7
GO_VERSION: 1.18.5
jobs:
validate:
@@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
target:
- lint
- validate-vendor
steps:
-