developer-portfolios/.github/workflows/link-checker.yml

20 lines
481 B
YAML
Raw Normal View History

2020-05-26 21:07:23 +00:00
on:
push:
branches: master
name: Check markdown links
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.0.6
2020-05-26 21:07:23 +00:00
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: ./lychee/out.md
2020-05-26 21:07:23 +00:00
labels: report