Skip to content

release: update manifest and helm charts for v0.3.1 #79

release: update manifest and helm charts for v0.3.1

release: update manifest and helm charts for v0.3.1 #79

name: markdown link
on:
pull_request:
paths:
- '**.md'
- 'docs/**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
# this will only show errors in the output
use-quiet-mode: 'yes'
# this will show detailed HTTP status for checked links
use-verbose-mode: 'yes'
folder-path: './'
base-branch: 'main'
max-depth: '2'