Skip to content

Commit

Permalink
ci: add link checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 2, 2024
1 parent da3d03a commit 86e6d28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Links

on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"

jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: -vv https://microlink.io

0 comments on commit 86e6d28

Please sign in to comment.