-
Notifications
You must be signed in to change notification settings - Fork 71
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
Restructure repo #102
Restructure repo #102
Conversation
.github/workflows/lint.yml
Outdated
@@ -46,4 +46,4 @@ jobs: | |||
|
|||
- name: Run Linters | |||
run: | | |||
yarn check-format | |||
yarn format |
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 think we should stick with check-format
here and have the CI only throw an error when code is not formatted properly. If we run format
here, basically it will format the code for the CI, but not commit it, so our codebase will remain unformatted I think
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.
oh i see yes will revert
%lang starknet | ||
|
||
@contract_interface | ||
namespace i_authenticator: |
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.
inb4 @bonustrack fires you for writing this 👺👺👺
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 just love snake case so much, cant help it...
Repo Restructuring and Renaming to increase consistency and readability.