Skip to content

Expanding Dockerfile linting action #20

Expanding Dockerfile linting action

Expanding Dockerfile linting action #20

name: Dockerfile Linting
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
hadolint:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
recursive: true
dockerfile: */Dockerfile_*

Check failure on line 16 in .github/workflows/dockerfile-linting.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dockerfile-linting.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
failure-threshold: "warning"