Update contributing guidelines and test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-27 01:42:29 +02:00
commit ffc01e1131
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 7 additions and 2 deletions

View file

@ -21,6 +21,10 @@ jobs:
-
name: Validate
run: docker buildx bake validate
-
name: Test
run: docker buildx bake test
test:
runs-on: ubuntu-latest
steps: