Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldarren/pico-git-checks
Checks against code changes in a repository
https://github.com/ldarren/pico-git-checks
Last synced: 7 days ago
JSON representation
Checks against code changes in a repository
- Host: GitHub
- URL: https://github.com/ldarren/pico-git-checks
- Owner: ldarren
- License: mit
- Created: 2018-08-11T04:53:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T03:23:36.000Z (almost 6 years ago)
- Last Synced: 2024-04-16T17:51:41.616Z (10 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pico-checks
Checks against code changes in a repository## setup
setup test db connection and credentail in ~/.my.cnf
```
[mysql]
host=test_db_ip
port=test_db_port
user=test_user_name
password=test_user_password
```make sure this use able to create and drop the test databases