Skip to content

Weekly Link Check

Weekly Link Check #23

name: Weekly Link Check
on:
schedule:
- cron: '0 6 * * 5'
jobs:
checkwww:
name: Check for Broken Links on www
runs-on: ubuntu-latest
steps:
- name: Check for Broken Links on www
id: link-report www

Check failure on line 12 in .github/workflows/manual_weekly_link_check.yml

View workflow run for this annotation

GitHub Actions / Weekly Link Check

Invalid workflow file

The workflow is not valid. .github/workflows/manual_weekly_link_check.yml (Line: 12, Col: 13): The identifier 'link-report www' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters. .github/workflows/manual_weekly_link_check.yml (Line: 22, Col: 13): The identifier 'link-report www2' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
with:
args: 'https://www.manual.grid.tf -e 404 501 503 504 -w all'
checkwww2:
name: Check for Broken Links on www2
runs-on: ubuntu-latest
steps:
- name: Check for Broken Links
id: link-report www2
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
with:
args: 'https://www2.manual.grid.tf -e 404 501 503 504 -w all'
checkwww3:
name: Check for Broken Links on www3
runs-on: ubuntu-latest
steps:
- name: Check for Broken Links
id: link-report www3
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
with:
args: 'https://www3.manual.grid.tf -e 404 501 503 504 -w all'