Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link validations #18029

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/link-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Check links with linkcheck"
on:
- pull_request

jobs:
triage:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: filiph/linkcheck@f2c15a0be0d9c83def5df3edcc0f2d6582845f2d #3.0.0
with:
arguments: -i https://docs.platform.uno
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeromelaban seems there is currently an error:

> Run filiph/linkcheck@f2c15a0be0d9c83def5df3edcc0f2d6582845f2d

Can't read input file 'https://docs.platform.uno': PathNotFoundException: Cannot open file, path = 'https://docs.platform.uno/' (OS Error: No such file or directory, errno = 2)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@morning4coffe-dev will continue the work here.


Loading