Skip to content

Link-check

Link-check #689

Workflow file for this run

name: Link-check
on:
schedule:
- cron: '0 0 * * 1' # every monday
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linksafe
uses: TechWiz-3/linksafe@main