-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add empty project skeleton #1
Conversation
5d4cfcc
to
f5a8614
Compare
- name: Check linting of solidity and typescript | ||
run: yarn lint | ||
|
||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This job could probable get skipped and turned back on when tests are added
@@ -1,2 +1 @@ | |||
# Keeper bots for Venus Protocol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a short description
Co-authored-by: Corey Rice <7258308+coreyar@users.noreply.github.com>
923b53a
to
c0d0876
Compare
hardhat.config.ts
Outdated
templates: "./docgen-templates", | ||
}, | ||
external: { | ||
deployments: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would do here something similar to this: VenusProtocol/venus-protocol#408
8af5fe6
to
8199448
Compare
cc9bfa1
to
a3d5685
Compare
4409954
to
1d5e285
Compare
Add the project skeleton with some common tooling installed.
The plan is to: