validate and update vendor target

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-04-22 15:32:01 +02:00
parent 27b5563245
commit ffa3019c1f
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 93 additions and 1 deletions

29
.github/workflows/validate.yml vendored Normal file
View file

@ -0,0 +1,29 @@
name: validate
on:
push:
branches:
- 'main'
- 'release/*'
tags:
- 'v*'
pull_request:
branches:
- '*'
jobs:
validate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- validate-vendor
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Run
run: |
make ${{ matrix.target }}