mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
add lychee action
This commit is contained in:
parent
cd06bf37c5
commit
3c38f063d4
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/links.yml
Normal file
17
.forgejo/workflows/links.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Links
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 18 * * *'
|
||||
|
||||
jobs:
|
||||
linkChecker:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Link Checker
|
||||
id: lychee
|
||||
uses: https://github.com/lycheeverse/lychee-action@v1
|
||||
with:
|
||||
args: --verbose --no-progress --scheme http --scheme https -E .
|
Loading…
Reference in a new issue