Skip to content

Commit

Permalink
run link validator daily (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs authored Dec 6, 2023
1 parent 41235bd commit f2a1904
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
on: [pull_request]
name: Check links for modified files

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
pull_request: # Add this section
branches:
- main

jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2a1904

Please sign in to comment.