Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Bump actions/setup-python from 5 to 6 #60

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #60

Workflow file for this run

---
name: Lint Dockerfile
on:
push:
workflow_dispatch:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"