Skip to content

APPCLI-112: Wrap filenames in backtick for comments #384

APPCLI-112: Wrap filenames in backtick for comments

APPCLI-112: Wrap filenames in backtick for comments #384

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