Move workflow broken link check

This commit is contained in:
Raphaël Walther
2023-04-17 14:39:09 +02:00
committed by Jon Häggblad
parent 3e2009aa9d
commit a171103a80
19 changed files with 19 additions and 570 deletions
+19
View File
@@ -0,0 +1,19 @@
on:
schedule:
- cron: "0 0 * * *" # daily
repository_dispatch: # run manually
types: [check-link]
env:
TARGET: https://nymtech.net/docs/
RECURSIVE: true
ASSIGNEES: mfahampshire
name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@v2