This commit is contained in:
Patrick Stevens
2022-12-12 13:02:30 +00:00
committed by GitHub
parent 65cc8ac65a
commit a2cc226bb2
16 changed files with 442 additions and 33 deletions

View File

@@ -58,8 +58,16 @@ jobs:
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
linkcheck:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
name: Run link checker
all-required-checks-complete:
needs: [check-format, build, shellcheck]
needs: [check-format, build, shellcheck, linkcheck]
runs-on: ubuntu-latest
steps:
- run: echo "All required checks complete."