Create main.yml

This commit is contained in:
Marco Ochse
2025-05-25 16:49:21 +02:00
committed by GitHub
parent 700100c5c8
commit 404ce6d4b3

15
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Link Checker
on:
schedule:
- cron: '0 2 * * *' # daily at 2 AM UTC
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose README.md