Skip to content

Commit

Permalink
Merge pull request #2980 from threefoldtech/development_2.6_link_checker
Browse files Browse the repository at this point in the history
Add link checker workflow
  • Loading branch information
zaelgohary authored Jun 20, 2024
2 parents d8cf949 + 5ce75b6 commit 6372824
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Link Checker

on:
schedule:
- cron: '0 8 * * *'

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Link Checker
id: checker
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
with:
args: 'https://staging.dashboard.dev.grid.tf -e 404 501 503 504 -w all'

0 comments on commit 6372824

Please sign in to comment.