Skip to content

Add Hadolint GitHub Actions Workflow #2

Add Hadolint GitHub Actions Workflow

Add Hadolint GitHub Actions Workflow #2

name: Testing Pull Request
on:
pull_request:
types: [synchronize, opened, reopened]
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hadolint/[email protected]
with:
recursive: true