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