소스 검색

Fix links validation

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

+ 3
- 3
.github/workflows/validate_links.yml 파일 보기

@@ -2,18 +2,18 @@ name: "Validate links"

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 6 * * *'

env:
FORMAT_FILE: README.md

jobs:
test:
name: 'Validate README.md'
name: 'Validate links'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Validate all links from README.md
run: build/validate_links.sh ${FORMAT_FILE}
run: build/validate_links.py ${FORMAT_FILE}

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