Skip to content

Adding kubectl as required tool for Blueprint Agent #3

Adding kubectl as required tool for Blueprint Agent

Adding kubectl as required tool for Blueprint Agent #3

Workflow file for this run

name: MD Links Checker
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'