Skip to content

AF-195: Test and fix some final issues. #523

AF-195: Test and fix some final issues.

AF-195: Test and fix some final issues. #523

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/hadolint-action@v1.6.0
with:
dockerfile: Dockerfile
config: .hadolint.yaml