8000 Check Link not working - Not detecting broken links. · Issue #188 · gaurav-nelson/github-action-markdown-link-check · GitHub
[go: up one dir, main page]

Skip to content

Check Link not working - Not detecting broken links. #188

@javierhf

Description

@javierhf

Issue Description
The link checker is not identifying the broken links anymore. A few weeks ago (months?) the action worked.

Current Workflow Configuration

on: [push]  
name: Check links  
jobs:  
  markdown-link-check:  
    runs-on: project-runner  
    steps:  
    - uses: actions/checkout@master  
    - uses: gaurav-nelson/github-action-markdown-link-check@v1  
      with:  
        use-quiet-mode: 'yes'  
        use-verbose-mode: 'yes'  
        config-file: '.github/workflows/markdown.links.config.json'  
        folder-path: 'docs'    

Current markdown.links.config File Configuration

The file show the links use cases not the current links. We use regular expression

{
    "ignorePatterns": [
    {
    "pattern": "^https://project-web.com"
    },
    {
    "pattern": "^https://project-web/_Beach_/"    
    },
    {
    "pattern": "^https://www.ai.ai/waf.jsp"    
    },
    {
    "pattern": "^http://ghost:234234234/stone/temple/pilots"    
    },
    {
    "pattern": "^https://valarmorgulis.com/**.coc"    
    },
    {
    "pattern": "^https://project-web.com/dasdad?Fadad=OK&proj=dasbox-truelen"    
    },
    {
    "pattern": "^https://project-web.com/_whatsup?delay=0sec"    
    },
    {
    "pattern": "^https://project-web.com/(.+)"
    },
    {
    "pattern": "^https://project-web.com/tomatos/bodytypes?rket=GB&fruitAll=true&sizeFruit=apple"
    },
    {
    "pattern": "^https://project-web.com/[A-Za-z]+-([A-Za-z0-9]+(/[A-Za-z0-9]+)+)$"
    },
    {
    "pattern": "^https://github.com/asdasda/asasd-htrthy-234greg/.*/(.+)"
    },
    {
    "pattern": "^https://github.com/sadfsdfsdf/([A-Za-z]+(-[A-Za-z]+)+)$"
    },
    {
    "pattern": "^https://supersec.com/[A-Za-z]+/$"
    },
    {
    "pattern": "^https://project-web.com/uncle-bob/([A-Za-z]+(-[A-Za-z]+)+)/$"
    },
    {
    "pattern": "^https://project-farmer/([A-Za-z]+(-[A-Za-z]+)+)/([A-Za-z]+(-[A-Za-z]+)+).[A-Za-z]+$"
    },
    {
    "pattern": "^https://project-web.com/ord/$"
    },
    {
    "pattern": "^https://supersec.com/[A-Za-z]+/$"
    },
    {
    "pattern": "^https://github.com/*/**/*.pop"
    },
    {
    "pattern": "^https://book-list.com/[A-Za-z]+/[A-Za-z]+-[A-Za-z]+/[A-Za-z]+/[A-Za-z]+-[A-Za-z]+/[A-Za-z]+.[A-Za-z]+$"
    },
    {
    "pattern": "^https://project-web-stromae.com/v2/index.html"
    },
    {
    "pattern": "^https://project-web-stromae.com/v2/#overview-3"
    }
    ]
    }

Tests Done

  • Using the lastest version of the action does not work.
  • Testin with other setups (for example onlu-for-modified files) does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0