Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Bump helm.sh/helm/v3 from 3.11.3 to 3.14.2 #926

Bump helm.sh/helm/v3 from 3.11.3 to 3.14.2

Bump helm.sh/helm/v3 from 3.11.3 to 3.14.2 #926

Workflow file for this run

name: Documentation
on:
push:
pull_request:
concurrency:
group: ${{ github.ref_name }}-docs
cancel-in-progress: true
permissions:
contents: read
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Lint
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
with:
config: docs/mdlint_conf.json
args: docs/content/**/*.md
markdown-link-check:
name: Markdown Link Check
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Link Check
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
config-file: docs/md-linkcheck-config.json
folder-path: docs/content