Ver código fonte

Fix links validation

pull/1418/head
Yann Bertrand 3 anos atrás
committed by GitHub
pai
commit
2f2d3d0d78
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      .github/workflows/validate_links.yml

+ 3
- 3
.github/workflows/validate_links.yml Ver arquivo

@@ -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}

Carregando…
Cancelar
Salvar