Yann Bertrand
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
.github/workflows/validate_links.yml
|
|
@@ -2,7 +2,10 @@ name: "Validate links" |
|
|
|
|
|
|
|
on: |
|
|
|
schedule: |
|
|
|
- cron: '0 6 * * *' |
|
|
|
- cron: '0 0 * * *' |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
|
|
|
|
env: |
|
|
|
FORMAT_FILE: README.md |
|
|
|