Skip to content

refactor: prepare repo for 3.11 and 3.12 #32

refactor: prepare repo for 3.11 and 3.12

refactor: prepare repo for 3.11 and 3.12 #32

Workflow file for this run

name: Lint Dockerfiles
on:
workflow_dispatch:
pull_request:
push:
branches:
- coatl
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true
verbose: true