Skip to content

feat: add helm-docs

feat: add helm-docs #8

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"