added broken link checker

This commit is contained in:
doxsch 2020-05-26 23:07:23 +02:00 committed by GitHub
parent 4a2e94bd88
commit af4e603f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/link-checker.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
on:
push:
branches: master
name: Check markdown links
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: peter-evans/link-checker@v1
with:
args: README.md
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: "[Bot] Broken Links Report"
content-filepath: ./link-checker/out.md
labels: report