diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml new file mode 100644 index 0000000..c30b9d2 --- /dev/null +++ b/.github/workflows/link-check.yml @@ -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' \ No newline at end of file diff --git a/README.md b/README.md index 28db64d..f9873f8 100644 --- a/README.md +++ b/README.md @@ -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