Skip to content

ems-press/colly-linkcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colly-linkcheck

Linkcheker that crawls ems.press and checks for dead links.

Right now the url and the ignore patterns are hardcoded. Maybe we change that later so that can be customized.

use as github action

jobs:
    linkcheck:
        runs-on: ubuntu-latest
        name: check links
        steps:
        - name: Linkcheck
            # pin to current commit
            uses: ems-press/colly-linkcheck@main