Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
3a08c151
Unverified
Commit
3a08c151
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Change FORMAT_FILE -> FILENAME in validate_links action
parent
ff31b266
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/validate_links.yml
View file @
3a08c151
...
...
@@ -5,7 +5,7 @@ on:
-
cron
:
'
0
0
*
*
*'
env
:
F
ORMAT_FIL
E
:
README.md
F
ILENAM
E
:
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 ${F
ORMAT_FIL
E}
run
:
python scripts/validate/links.py ${F
ILENAM
E}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment