Browse Source

change link checker to run daily (#4601)

pull/4576/head
Marko 5 years ago
committed by GitHub
parent
commit
43f3276d6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/action.yml

+ 3
- 1
.github/workflows/action.yml View File

@ -1,5 +1,7 @@
name: Check Markdown links
on: push
on:
schedule:
- cron: '* */24 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest


Loading…
Cancel
Save