Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/pre-commit-email-domain


https://github.com/higebu/pre-commit-email-domain

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# pre-commit-email-domain

A [pre-commit](https://pre-commit.com/) hook to check email domain.

# Usage

Add this to your `.pre-commit-config.yaml`

```
- repo: https://github.com/higebu/pre-commit-email-domain
rev: master
hooks:
- id: check-email-domain
args: ["example.com"]
```