Skip to content

Commit

Permalink
Detect dead links with GitHub Actions and lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Mar 14, 2024
1 parent 8e0c2a0 commit dcd6850
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check links

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

jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run lychee
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit dcd6850

Please sign in to comment.