Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Broken Link Check
on:
schedule:
- cron: '0 0 * * *' # Run daily
pull_request:
branches: [ main ]
push:
branches: [ main ]

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for broken links
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --no-progress './**/*.md' './**/*.html'
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,6 @@ Tags: app, API, Laravel

---

### Gander
https://github.com/lewissteele/gander

Relational database management tool made using Laravel

Type: electron

Tags: app, mysql, laravel

---

### Hwei's Brush
https://github.com/rico-vz/Hweis-Brush

Expand Down