Skip to content

Commit

Permalink
Use linkspector to check links
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jan 10, 2024
1 parent fe397e0 commit 89b1983
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/markdown_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@ name: Check Markdown links

on:
push:
branches:
- main
- master
- dev_master
pull_request:
branches:
- main
- master
- dev_master

# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:

# Run every day at 5:00 UTC
schedule:
- # Run every day at 5:00 UTC
- cron: "0 5 * * *"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@master

0 comments on commit 89b1983

Please sign in to comment.