Skip to content

chore: Fix sync Docker Hub README #19

chore: Fix sync Docker Hub README

chore: Fix sync Docker Hub README #19

Workflow file for this run

name: Lint Dockerfile
on:
pull_request:
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: "Dockerfile"
ignore: "DL3003"