Skip to content

docs(KUBECON.md): fix typo; 2024 → 2023 #364

docs(KUBECON.md): fix typo; 2024 → 2023

docs(KUBECON.md): fix typo; 2024 → 2023 #364

Workflow file for this run

on: pull_request
name: lychee link Checker
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress .
fail: true