Skip to content

feat(python3): add Python 3.11.5 (#19) #35

feat(python3): add Python 3.11.5 (#19)

feat(python3): add Python 3.11.5 (#19) #35

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