ci: update validate job

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-31 03:31:06 +01:00
parent 152b37e0f7
commit 063d88c841
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -11,6 +11,13 @@ on:
jobs:
validate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- lint
- vendor-validate
- license-validate
steps:
-
name: Checkout
@ -19,7 +26,7 @@ jobs:
name: Validate
uses: docker/bake-action@v2
with:
targets: validate
targets: ${{ matrix.target }}
test:
runs-on: ubuntu-latest