Skip to content

Adapt some things to changes in Debian 13 #49

Adapt some things to changes in Debian 13

Adapt some things to changes in Debian 13 #49

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@v5
- name: Lint
uses: hadolint/hadolint-action@v3.3.0
with:
failure-threshold: error