Skip to content

Merge pull request #384 from brightsparklabs/feature/APPCLI-112-valid… #386

Merge pull request #384 from brightsparklabs/feature/APPCLI-112-valid…

Merge pull request #384 from brightsparklabs/feature/APPCLI-112-valid… #386

Workflow file for this run

name: Lint the Dockerfile
on: [push]
jobs:
lint-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
config: .hadolint.yaml