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
75e1d2e4
Unverified
Commit
75e1d2e4
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Update validate_links action
parent
9e790e5b
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/validate_links.yml
View file @
75e1d2e4
...
...
@@ -3,20 +3,25 @@ name: "Validate links"
on
:
schedule
:
-
cron
:
'
0
0
*
*
*'
push
:
branches
:
-
master
env
:
FORMAT_FILE
:
README.md
jobs
:
test
:
name
:
'
Validate
links
'
validate_links
:
name
:
'
Check
all
links
are
working
'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v2
-
name
:
Set up Python
uses
:
actions/setup-python@v2
with
:
python-version
:
'
3.8'
-
name
:
Install dependencies
run
:
python -m pip install -r scripts/requirements.txt
-
name
:
Validate all links from README.md
run
:
build
/validate
_
links.py ${FORMAT_FILE}
run
:
python scripts
/validate
/
links.py ${FORMAT_FILE}
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