deviloric
/
piracy
Archived
3
0
Fork 0

Create links.yml

This commit is contained in:
Maximous Black 2020-06-18 17:21:07 +05:30 committed by GitHub
parent 4c1e75e31b
commit a35762e744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
.github/workflows/links.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Check Links
on:
schedule:
- cron: "0 0 0 * *"
push:
paths:
- '.github/workflows/links.yml'
jobs:
claim:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Check Links
uses: peter-evans/link-checker@v1.2.2
- name: Create Issue From report
uses: peter-evans/create-issue-from-file@v2
with:
title: Link Checker Report
content-filepath: ./link-checker/out.md
labels: auto report