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
2f2d3d0d
Unverified
Commit
2f2d3d0d
authored
Oct 14, 2020
by
Yann Bertrand
Committed by
GitHub
Oct 14, 2020
Browse files
Fix links validation
parent
46685f9a
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/validate_links.yml
View file @
2f2d3d0d
...
...
@@ -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}
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