Skip to content

Commit

Permalink
Check for links
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 5, 2023
1 parent e01c5f0 commit 8569f9b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Check links

on:
push:
pull_request:
schedule:
- cron: "0 0 2 * *"


jobs:
check_links:

runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2

- uses: lycheeverse/[email protected]
with:
fail: true

0 comments on commit 8569f9b

Please sign in to comment.