Skip to content

Merge branch 'main' of github.com:ScilifelabDataCentre/serve-images i… #118

Merge branch 'main' of github.com:ScilifelabDataCentre/serve-images i…

Merge branch 'main' of github.com:ScilifelabDataCentre/serve-images i… #118

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/[email protected]
with:
dockerfile: "Dockerfile*"