Skip to content

update k8s version for testing and go to 1.20.8 #194

update k8s version for testing and go to 1.20.8

update k8s version for testing and go to 1.20.8 #194

Workflow file for this run

# Check for broken links
name: Link-check
on:
push:
paths:
- "docs/**"
branches:
- main
pull_request:
paths: "docs/**"
jobs:
lint_docs:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: ".markdownlinkcheck.json"