Closed nitin-vavdiya closed 1 month ago
Check DEPENDENCIES file workflow added
Upstream work is using an allDependencies task to create DEPENDENCIES file which is not supported in this project.
allDependencies
Copied workflow from upstream and changed task to dependencies
dependencies
N/A
This is part of the initial setup / contribution
Please delete options that are not relevant.
[ ] I have followed the contributing guidelines
[ ] I have performed IP checks for added or updated 3rd party libraries
[ ] I have added copyright and license headers, footers (for .md files) or files (for images) //open source requirement
[ ] I have performed a self-review of my own code
[ ] I have successfully tested my changes locally
[ ] I have added tests and updated existing tests that prove my changes work
[ ] I have checked that new and existing tests pass locally with my changes
[ ] I have commented my code, particularly in hard-to-understand areas
Description
Check DEPENDENCIES file workflow added
Why
Upstream work is using an
allDependencies
task to create DEPENDENCIES file which is not supported in this project.Copied workflow from upstream and changed task to
dependencies
Issue Link
N/A
This is part of the initial setup / contribution
Checklist
Please delete options that are not relevant.
[ ] I have followed the contributing guidelines
[ ] I have performed IP checks for added or updated 3rd party libraries
[ ] I have added copyright and license headers, footers (for .md files) or files (for images) //open source requirement
[ ] I have performed a self-review of my own code
[ ] I have successfully tested my changes locally
[ ] I have added tests and updated existing tests that prove my changes work
[ ] I have checked that new and existing tests pass locally with my changes
[ ] I have commented my code, particularly in hard-to-understand areas