mirror of
https://github.com/botlabsDev/npkpy.git
synced 2025-12-10 06:54:37 +01:00
Add a Codacy badge to README.md #2
This commit is contained in:
parent
c5e6219ab4
commit
a1259a7e83
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[](https://app.codacy.com/manual/botlabsDev/npkpy?utm_source=github.com&utm_medium=referral&utm_content=botlabsDev/npkpy&utm_campaign=Badge_Grade_Dashboard)
|
||||
[](https://github.com/botlabsDev/npkpy/actions)
|
||||
[](https://codecov.io/gh/botlabsDev/npkpy)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ if [[ ! -e ${venv} ]]; then
|
|||
fi
|
||||
|
||||
git config user.name "botlabsDev"
|
||||
git config user.email "botlabs.dev@botlabs.dev"
|
||||
git config user.email "54632107+botlabsDev@users.noreply.github.com"
|
||||
echo "--git config--"
|
||||
echo -n "git user:"; git config user.name
|
||||
echo -n "git email:"; git config user.email
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue