Skip to content

Commit

Permalink
build: Check links
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 authored Oct 12, 2024
1 parent 0aa7094 commit 5dc62dc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Links

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

jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
fail: true

0 comments on commit 5dc62dc

Please sign in to comment.