Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulschuberth/check-links-action

Simple action to check if links reachable from a given url are okay
https://github.com/paulschuberth/check-links-action

action check links

Last synced: 10 days ago
JSON representation

Simple action to check if links reachable from a given url are okay

Awesome Lists containing this project

README

        

# Check Links Action

This is a very basic composite action that uses `wget` to check recursively if links
on a page a reachable.

## Usage:

```yaml
- name: Check Links
uses: paulschuberth/check-links-action@v1
with:
# Required: The Url from which wget starts to crawl the website
start-url: 'http://localhost:1313'

# Optional:
broken-link-message: 'broken link!'
```