diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..6a0ac0b --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,11 @@ +name: Lint +on: pull_request + +jobs: + hadolint: + name: Hadolint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run hadolint + uses: hadolint/hadolint-action@v2.0.0