Yann Bertrand
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
4 додато и
1 уклоњено
-
.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 |
|
|
|