From f6898c23d6dc9bb9afec31f412ceb8347e227824 Mon Sep 17 00:00:00 2001 From: thevickypedia Date: Wed, 25 Oct 2023 16:39:41 -0500 Subject: [PATCH] Onboard `none-shall-pass` --- .github/workflows/markdown-validation.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/markdown-validation.yml diff --git a/.github/workflows/markdown-validation.yml b/.github/workflows/markdown-validation.yml new file mode 100644 index 0000000..d803940 --- /dev/null +++ b/.github/workflows/markdown-validation.yml @@ -0,0 +1,15 @@ +# This workflow checks out code and scans the hyperlinks in +# markdown files for broken links + +name: Validate hyperlinks in markdown files + +on: + push: + workflow_dispatch: + +jobs: + none-shall-pass: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: thevickypedia/none-shall-pass@v2.0