-
Notifications
You must be signed in to change notification settings - Fork 1
New Structure #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
New Structure #2
Conversation
jochenehret
left a comment
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.
Looks good, just some minor findings.
- dependabot added.
- azure -> azurebs # meaning azure blob store - ali -> alioss # meaning ali object storage service
stephanme
left a comment
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.
+1 for disabling linting for now so that the source code migration is not mixed with changes.
Linting will be enabled in a later PR together with the necessary fixes for alioss.
Context
Repository needs to be structured as defined in issue #1.
Solution
The repository structure defined in issue #1 has been implemented.
All CLI repositories have been consolidated into this repository along with their source code.
Additionally, two GitHub Actions workflows have been introduced:
Test workflow: runs unit tests to ensure code integrity.
Build workflow: validates successful builds across specific operating systems.