mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-05 14:32:11 +00:00
Create main.yml
This commit is contained in:
parent
700100c5c8
commit
404ce6d4b3
1 changed files with 15 additions and 0 deletions
15
.github/workflows/main.yml
vendored
Normal file
15
.github/workflows/main.yml
vendored
Normal 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
|
Loading…
Reference in a new issue