diff --git a/.github/workflows/link-check-schedule.yml b/.github/workflows/link-check-schedule.yml new file mode 100644 index 0000000000..cc6ca57d52 --- /dev/null +++ b/.github/workflows/link-check-schedule.yml @@ -0,0 +1,12 @@ +name: Check links on schedule +on: + schedule: + - cron: "30 15 * * *" # Runs every Monday at 09:00 AM +jobs: + linkcheck: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: filiph/linkcheck@3.0.0 + with: + arguments: https://www.scaleway.com/en/docs/