Skip to content

Add link checker on CI#390

Merged
dgarcia360 merged 1 commit intoscylladb:masterfrom
dgarcia360:add-automatic-link-checker
Mar 9, 2022
Merged

Add link checker on CI#390
dgarcia360 merged 1 commit intoscylladb:masterfrom
dgarcia360:add-automatic-link-checker

Conversation

@dgarcia360
Copy link
Copy Markdown
Collaborator

Closes #234

Adds lychee, a link checker that finds broken URLs in MarkDown and RestructuredText files.

How it works

Once a week, a GitHub Action runs lychee to find for broken links in *.md and *.rst files.

If there are broken links, the action will create a new issue in the same repository with the links that have to be fixed.

image

It is possible to exclude some links from the analysis by listing them in the file .lycheeignore.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 4, 2022

@dgarcia360 dgarcia360 requested review from annastuchlik and tzach March 4, 2022 16:02
@dgarcia360 dgarcia360 merged commit 84ece3f into scylladb:master Mar 9, 2022
@dgarcia360 dgarcia360 deleted the add-automatic-link-checker branch March 9, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check broken links on CI

1 participant