mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Change FORMAT_FILE -> FILENAME in validate_links action
This commit is contained in:
4
.github/workflows/validate_links.yml
vendored
4
.github/workflows/validate_links.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FORMAT_FILE: README.md
|
FILENAME: README.md
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate_links:
|
validate_links:
|
||||||
@@ -24,4 +24,4 @@ jobs:
|
|||||||
run: python -m pip install -r scripts/requirements.txt
|
run: python -m pip install -r scripts/requirements.txt
|
||||||
|
|
||||||
- name: Validate all links from README.md
|
- name: Validate all links from README.md
|
||||||
run: python scripts/validate/links.py ${FORMAT_FILE}
|
run: python scripts/validate/links.py ${FILENAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user