Skip to content

Resolving issue 165. (#171) #395

Resolving issue 165. (#171)

Resolving issue 165. (#171) #395

Workflow file for this run

name: hadolint
on:
push:
paths:
- .dockerfile*
- .github/workflows/hadolint.yml
pull_request:
paths:
- .dockerfile*
- .github/workflows/hadolint.yml
jobs:
hadolint:
runs-on: ubuntu-22.04
name: "Hadolint"
steps:
- uses: actions/checkout@v2
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: ".dockerfile*"