소스 검색

Run links validation on push

pull/1419/head
Yann Bertrand 3 년 전
committed by GitHub
부모
커밋
f9ac27280b
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      .github/workflows/validate_links.yml

+ 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


불러오는 중...
취소
저장