Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
f2a0f8e2
Unverified
Commit
f2a0f8e2
authored
Apr 30, 2020
by
Daniel Holbach
Committed by
GitHub
Apr 30, 2020
Browse files
Merge pull request #138 from dholbach/check-links
add Github Action to check links
parents
92ca18ff
c571a775
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/check-links.yaml
0 → 100644
View file @
f2a0f8e2
name
:
"
Check
links"
on
:
[
pull_request
,
push
]
jobs
:
docs
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Link Checker
id
:
lc
uses
:
peter-evans/link-checker@v1
with
:
args
:
-r *.md *.yaml */*/*.go -x .cluster.local
-
name
:
Fail if there were link errors
run
:
exit ${{ steps.lc.outputs.exit_code }}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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