Skip to content

Rewritten in PHP 8.1 #7

Rewritten in PHP 8.1

Rewritten in PHP 8.1 #7

Workflow file for this run

name: Docker Linter
on:
pull_request:
paths:
- 'Dockerfile'
- '**/Dockerfile'
- '**.dockerfile'
jobs:
HaskellDockerfileLinter:
runs-on: ubuntu-latest
container:
image: hadolint/hadolint:latest-alpine
steps:
- uses: actions/checkout@v3
- run: find . -name 'Dockerfile' -or -name '*.dockerfile' | xargs -trn 1 hadolint