GitXplorerGitXplorer
p

url-checker

public
31 stars
6 forks
5 issues

Commits

List of commits on branch master.
Verified
8b4bd2318ece05363245764d3c3adce63b537f66

Fix test links

pparamt committed a year ago
Unverified
7925d0eb953d828a840eeefab0a64cc70d9bdaac

Bump requirements to latest

committed a year ago
Unverified
7c4f4bd877a9fd0ac8ff4fec1edb1abfcbd3145c

Pin to python 3.11

aa-grealish committed a year ago
Unverified
46f8b1562cf122b7d867b09409d75ef6270753ca

Fix typo in get_test_from_file function name

aa-grealish committed a year ago
Unverified
29aa90498ec703eb9491f54c63d1188f576b6d42

Switch to checkout v3 to remove node12 warning

aa-grealish committed a year ago
Unverified
912d6f10963f354f96833f555b08ed3fbba3ca90

Join list from readlines to string

aa-grealish committed a year ago

README

The README file for this repository.

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