mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-18 07:53:06 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.1 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.1...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
292 B
YAML
15 lines
292 B
YAML
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@v2.0.2
|
|
with:
|
|
args: --verbose README.md
|