Skip to content

Merge pull request #70 from ScilifelabDataCentre/add-python-model-image #128

Merge pull request #70 from ScilifelabDataCentre/add-python-model-image

Merge pull request #70 from ScilifelabDataCentre/add-python-model-image #128

Workflow file for this run

name: Hadolint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
HADOLINT_RECURSIVE: "true"
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: "Dockerfile*"