diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..acd4691 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: CI-pipeline +on: + workflow_distpatch: + push: + branches: + - dev + +jobs: + docker-lint: + runs-on: ubuntu-latest + steps: + - name: lint dockerfile + run: echo hello