Skip to content

setting docs production to chart version 0.43.0 #673

setting docs production to chart version 0.43.0

setting docs production to chart version 0.43.0 #673

Workflow file for this run

name: Markdown Links Validation
on: [push, workflow_dispatch]
jobs:
markdown-link-check:
strategy:
matrix:
file-extension: [.mdx, .md]
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@master
- name: Validate Links Markdown ${{ matrix.file-extension }} files
if: always()
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdownlinkcheck.json'
use-quiet-mode: 'yes'
file-extension: ${{ matrix.file-extension }}