diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml new file mode 100644 index 0000000..b9dba9f --- /dev/null +++ b/.github/workflows/links.yml @@ -0,0 +1,17 @@ +name: Check Links + +on: + push: + branches: [main, master] + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: + +jobs: + linkChecker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: lycheeverse/lychee-action@v2 + with: + fail: true