diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-01 15:48:34 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-01 15:48:34 -0500 |
commit | e55df04e362624e2f98274077a29ee65c8453070 (patch) | |
tree | 13dbd578b42446da62925bc4477af2ac14f9a7c7 /.github/workflows/docker.yml | |
parent | codeowners: correct the order (diff) | |
download | locusts-e55df04e362624e2f98274077a29ee65c8453070.tar locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.gz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.bz2 locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.lz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.xz locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.zst locusts-e55df04e362624e2f98274077a29ee65c8453070.zip |
Lint ourselves
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/docker.yml')
-rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9ae23f1..c35c7d4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -29,6 +29,10 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + - name: Lint + uses: hadolint/hadolint-action@v3.1.0 + with: + dockerfile: Dockerfile - name: Extract metadata id: meta uses: docker/metadata-action@v5 |