Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paramt/url-checker

A GitHub action to test for broken links
https://github.com/paramt/url-checker

actions link-checker python url-checker

Last synced: 18 days ago
JSON representation

A GitHub action to test for broken links

Awesome Lists containing this project

README

        

# URL Checker
A GitHub action to test for broken links on markdown files

### Sample Workflow
```yml
name: Sample Workflow

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check URLs
uses: paramt/url-checker@master
with:
files: "README.md,SUPPORT.md"
```

### Arguments
- `files`: A comma-separated list of files to check. Defaults to README.md
- `blacklist`: A comma-separated list of URLs to ignore

### Sample Output
[![Example](https://i.imgur.com/35zldHS.png)](https://github.com/paramt/url-checker/commit/093ef6cb5f7e9eff8300887f07eb0c3a55f4aa82/checks)