Skip to content

fix: update rest of the Dockerfiles with the generator, introduce generator shortcut script #233

fix: update rest of the Dockerfiles with the generator, introduce generator shortcut script

fix: update rest of the Dockerfiles with the generator, introduce generator shortcut script #233

Workflow file for this run

name: Hadolint
on:
pull_request:
branches:
- master
paths:
- '**/Dockerfile'
- '.github/workflows/lint.yml'
jobs:
hadolint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true