Browse Source

Run links validation on push

pull/1419/head
Yann Bertrand 3 years ago
committed by GitHub
parent
commit
f9ac27280b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/workflows/validate_links.yml

+ 4
- 1
.github/workflows/validate_links.yml View File

@@ -2,7 +2,10 @@ name: "Validate links"

on:
schedule:
- cron: '0 6 * * *'
- cron: '0 0 * * *'
push:
branches:
- master

env:
FORMAT_FILE: README.md


Loading…
Cancel
Save