From 0aef1c52c4392838b879a3446846330c2f64f089 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:49:31 +0000 Subject: [PATCH] Update standardfiles Signed-off-by: Dan Webb --- .github/workflows/md-links.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/md-links.yml diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml deleted file mode 100644 index fb76314..0000000 --- a/.github/workflows/md-links.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: md-links - -"on": - pull_request: - push: - branches: [main] - -jobs: - md-links: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 - with: - use-verbose-mode: "yes" - folder-path: "documentation"