Marko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
.github/workflows/action.yml
|
|
@ -1,5 +1,7 @@ |
|
|
|
name: Check Markdown links |
|
|
|
on: push |
|
|
|
on: |
|
|
|
schedule: |
|
|
|
- cron: '* */24 * * *' |
|
|
|
jobs: |
|
|
|
markdown-link-check: |
|
|
|
runs-on: ubuntu-latest |
|
|
|