📦 NEW: link check workflow

This commit is contained in:
TechWiz-3
2022-10-08 12:30:28 +11:00
parent feb9b2ba46
commit f93791f615

13
.github/workflows/linkcheck.yml vendored Normal file
View File

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