Skip to content

Merge pull request #29 from webcomics/renovate/docker-login-action-4.x #55

Merge pull request #29 from webcomics/renovate/docker-login-action-4.x

Merge pull request #29 from webcomics/renovate/docker-login-action-4.x #55

Workflow file for this run

---
name: Lint Dockerfile
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Lint Dockerfile
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Lint
uses: hadolint/hadolint-action@v3.3.0
with:
failure-threshold: error