Skip to content

bug fix on convert.md #121

bug fix on convert.md

bug fix on convert.md #121

Workflow file for this run

name: Links
on:
repository_dispatch:
workflow_dispatch:
pull_request_target:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --exclude=github.com --verbose --no-progress **/*.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue