txnbot - rewrite and lint (#53)
resolves #46 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/53
This commit is contained in:
parent
dc61771dfc
commit
514be62cbb
19 changed files with 736 additions and 429 deletions
|
|
@ -10,6 +10,10 @@ if [ -d "kraiken-lib" ]; then
|
|||
(cd kraiken-lib && npx lint-staged)
|
||||
fi
|
||||
|
||||
if [ -d "services/txnBot" ]; then
|
||||
(cd services/txnBot && npx lint-staged)
|
||||
fi
|
||||
|
||||
if [ -d "web-app" ]; then
|
||||
(cd web-app && npx lint-staged)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue