diff --git a/.github/workflows/dockerfile.yml b/.github/workflows/dockerfile.yml new file mode 100644 index 0000000..7f9ed79 --- /dev/null +++ b/.github/workflows/dockerfile.yml @@ -0,0 +1,17 @@ +name: Dockerfile + +on: + workflow_dispatch: + push: + branches: + - main + +jobs: + hadolint: + runs-on: ubuntu-22.04 + steps: + - name: git checkout + uses: actions/checkout@v4 + + - name: Check Dockerfiles + uses: hadolint/hadolint-action@v3.1.0