Compare commits

...

4 Commits

Author SHA1 Message Date
Zac the Wise ea7c8524d7
Merge e37aa24db1 into 30e4b0f405 2023-09-03 10:51:02 +08:00
TechWiz-3 e37aa24db1 add good link to whitelist 2022-10-19 11:46:06 +11:00
TechWiz-3 1b7cd96ed9 add whitelist to linkcheck 2022-10-18 15:35:05 +11:00
TechWiz-3 4caa3ddcb3 add link check action 2022-10-18 15:31:26 +11:00
1 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,17 @@
name: Link-check
on:
schedule:
- cron: '0 0 * * 1' # every monday
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run linksafe
uses: TechWiz-3/linksafe@fast
with:
whitelist_links: "http://www.clamav.net/,https://www.cipherdyne.org/fwknop/,http://bruteforce.gr/honeydrive,https://ossec.github.io/,https://www.hardenwindows10forsecurity.com/"
env:
TOKEN: ${{ secrets.TOKEN }}