mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-22 22:17:10 -05:00
17 lines
339 B
YAML
17 lines
339 B
YAML
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 .
|