Compare commits
2 Commits
9646bd7d24
...
3fbd5e1cfd
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fbd5e1cfd | |||
|
|
83acedbc23 |
20
.gitea/workflows/link-checker.yml
Normal file
20
.gitea/workflows/link-checker.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Check Links
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
lycheee:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@v2
|
||||
with:
|
||||
args: --verbose --no-progress './**/*.md'
|
||||
# Fail the build if broken links are found
|
||||
fail: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user