diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml new file mode 100644 index 00000000..d26069e8 --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,13 @@ +name: Link-check +on: + schedule: + - cron: '0 0 * * 1' # every monday + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run linksafe + uses: TechWiz-3/linksafe@main