Sign inSign up

raviqqe/muffy

By raviqqe

Updated 4 days ago

The static website validator

Image
0

10K+

raviqqe/muffy repository overview

Muffy

GitHub Action Codecov Crate Docker Pulls License

The static website validator.

Features

  • Recursive link checking of all documents and stylesheets in websites
  • Markup validation of HTML, SVG, and MathML documents
  • Checks of multiple websites with a single configuration file
  • Persistent response caching with configurable cache ages and stale-while-revalidate periods
  • Concurrency and rate limits, and retries with exponential backoff
  • robots.txt and sitemap support

Install

cargo install muffy

Usage

For the full usage, see muffy --help.

Check a set of websites
muffy

or

muffy check
Check a website
muffy check-site https://example.com
GitHub Action
job:
  steps:
    # After building and/or deploying your website.
    - uses: raviqqe/[email protected]

See action.yaml for more details.

References

License

MIT

Tag summary

Content type

Image

Digest

sha256:1b0754947

Size

5.9 MB

Last updated

4 days ago

docker pull raviqqe/muffy:0.5.7