# Muffy
[](https://github.com/raviqqe/muffy/actions)
[](https://codecov.io/gh/raviqqe/muffy)
[](https://crates.io/crates/muffy)
[](https://hub.docker.com/r/raviqqe/muffy)
[](https://github.com/raviqqe/muffy/blob/main/LICENSE)
> 🚧 Under very early development! Stay tuned! 🚧
The static website validator.
## Install
```sh
cargo install muffy
```
## Usage
For the full usage, see `muffy --help`.
### Check a set of websites
```sh
muffy
```
### Check a website
```sh
muffy check-site https://example.com
```
### GitHub Action
```yaml
job:
steps:
# After building and/or deploying your website.
- uses: raviqqe/muffy@v0.4.0
```
See [`action.yaml`](https://github.com/raviqqe/muffy/blob/main/action.yaml) for more details.
## References
- [The Nu HTML validator](https://github.com/validator/validator)
- [Muffet](https://github.com/raviqqe/muffet)
## License
[MIT](https://github.com/raviqqe/muffy/blob/main/LICENSE)