Update dev workflow

This commit is contained in:
CrazyMax 2020-12-19 03:51:47 +01:00
parent 55d3462f05
commit 21706f3635
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 70 additions and 34 deletions

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

@ -0,0 +1,25 @@
name: validate
on:
push:
branches:
- 'master'
- 'releases/v*'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'master'
paths-ignore:
- '**.md'
jobs:
validate:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Validate
run: docker buildx bake validate