Explorar el Código

Fix links validation

pull/1418/head
Yann Bertrand hace 3 años
committed by GitHub
padre
commit
2f2d3d0d78
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      .github/workflows/validate_links.yml

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

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

Cargando…
Cancelar
Guardar