mirror of
https://github.com/valitydev/bankcard-validator.git
synced 2024-11-06 02:05:15 +00:00
💣💳
d9c82e9fa7
* Drop proprietary CI stuff * Setup workspace and CI through GH Actions * Bump to valitydev/damsel@4e82c24 |
||
---|---|---|
.github/workflows | ||
config | ||
src | ||
test | ||
.env | ||
.gitignore | ||
Dockerfile.dev | ||
elvis.config | ||
LICENSE | ||
Makefile | ||
README.md | ||
rebar.config | ||
rebar.lock |
bankcard_validator
Simple bank card validation library based on precofigured rules from dominant. When no rules found for given payment system it tries to use old hardcoded one (if any).
Build
$ make
Test
$ make test