Explorar el Código

Change FORMAT_FILE -> FILENAME in validate_links action

pull/3011/head
Matheus Felipe hace 2 años
padre
commit
3a08c1518f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: AA785C523274872F
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/validate_links.yml

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

@@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'

env:
FORMAT_FILE: README.md
FILENAME: README.md

jobs:
validate_links:
@@ -24,4 +24,4 @@ jobs:
run: python -m pip install -r scripts/requirements.txt

- name: Validate all links from README.md
run: python scripts/validate/links.py ${FORMAT_FILE}
run: python scripts/validate/links.py ${FILENAME}

Cargando…
Cancelar
Guardar