Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

paramt/url-checker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

A GitHub action to test for broken links

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /