add container based dev flow

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2020-08-26 00:22:23 -07:00
commit de88f925d4
5 changed files with 122 additions and 0 deletions

View file

@ -12,6 +12,15 @@ on:
- "**.md"
jobs:
test-containerized:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
-
name: Validate
run: docker buildx bake validate
test:
runs-on: ubuntu-latest
steps: