Skip to content

Commit

Permalink
Reorganize repo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothywarner committed Nov 22, 2024
1 parent 47fdf9a commit 564eff6
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/check-readme-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check Links
uses: lycheeverse/lychee-action@v1.8.0
- name: Check Links 🔍
id: lychee
uses: lycheeverse/lychee-action@v1.9.3
with:
args: README.md
args: --verbose --no-progress README.md
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Issue From File
if: steps.lychee.outputs.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 564eff6

Please sign in to comment.