From 0538e96562ab54ce221a5e2ab775262698e42cdf Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 26 Feb 2025 17:59:50 -0600 Subject: [PATCH] Create Checklinks.yml --- .github/workflows/Checklinks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/Checklinks.yml diff --git a/.github/workflows/Checklinks.yml b/.github/workflows/Checklinks.yml new file mode 100644 index 0000000..04a60dc --- /dev/null +++ b/.github/workflows/Checklinks.yml @@ -0,0 +1,10 @@ +name: Check Markdown links + +on: push + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1