Skip to content

URL Checker

Actions
Automatically check for broken links in markdown files
v0.3.1
Latest
Star (31)

URL Checker

A GitHub action to test for broken links on markdown files

Sample Workflow

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

URL Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically check for broken links in markdown files
v0.3.1
Latest

URL Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.