Skip to content

Commit

Permalink
ci: add markdown-link-check workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Nov 10, 2021
1 parent b8312d1 commit 00a1445
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/workflows/markdown-link-check.yaml
@@ -0,0 +1,27 @@
name: Check Markdown links

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 9 * * *"

permissions:
contents: read

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# pinning to the sha 9710f0fec812ce0a3b98bef4c9d842fc1f39d976 from https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.13
- uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976
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'
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ Join us to help define the direction and implementation of this project!

## Demo

![Secrets Store CSI Driver Demo](/img/demo.gif "Secrets Store CSI Driver Azure Key Vault Provider Demo")
![Secrets Store CSI Driver Demo](img/demo.gif "Secrets Store CSI Driver Azure Key Vault Provider Demo")

## Getting Started

Expand Down

0 comments on commit 00a1445

Please sign in to comment.