Skip to content

Missing link for validation with GHA #1999

@Borda

Description

@Borda

Not sure what I have done wrong, but to validate it works as expected, I randomly corrupted one link in README, but somehow it is missing in the logs that it was tested...

To reproduce

The GHA I am using is:

jobs:
  markdown-link-check:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout repository
      uses: actions/checkout@v4
    - name: List files
      run: ls -lh
    - run: cat README.md

    - name: Link Checker
      uses: lycheeverse/lychee-action@v2

and the injected string is, which I validate in the cat before it is really there:

Please follow [Borda's general contributing guidelines](https://githXXXXXXXXub.com/Borda/.github/blob/main/CONTRIBUTING.md).

and the reported summary:

# Summary
| Status         | Count |
|----------------|-------|
| 🔍 Total       | 28    |
| ✅ Successful  | 24    |
| ⏳ Timeouts    | 0     |
| 🔀 Redirected  | 4     |
| 👻 Excluded    | 0     |
| ❓ Unknown     | 0     |
| 🚫 Errors      | 0     |
| ⛔ Unsupported | 0     |

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions