Skip to content

fix: delete kubefirst file when doing kubefirst reset - KRA-73 (#2344) #727

fix: delete kubefirst file when doing kubefirst reset - KRA-73 (#2344)

fix: delete kubefirst file when doing kubefirst reset - KRA-73 (#2344) #727

Workflow file for this run

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