Skip to content

Commit

Permalink
Create linkcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Aug 14, 2024
1 parent 735f464 commit 211cf01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Links
on:
repository_dispatch:
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1

# - name: Create Issue From File
# if: env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@v4
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: report, automated issue

0 comments on commit 211cf01

Please sign in to comment.