Skip to content

Merge pull request #17 from webcomics/renovate/actions-checkout-digest #18

Merge pull request #17 from webcomics/renovate/actions-checkout-digest

Merge pull request #17 from webcomics/renovate/actions-checkout-digest #18

Workflow file for this run

---
name: Lint Dockerfile
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Lint
uses: hadolint/[email protected]
with:
failure-threshold: error