feat(ci): add Dependency and License checks to build workflow#377
feat(ci): add Dependency and License checks to build workflow#377jenstroeger wants to merge 1 commit intostagingfrom
Conversation
|
Closing for further discussion in issue #5. |
|
Hm, why was it closed? I'd prefer to run the dependency-review-action on PR whenever the pyproject.toml changes. |
|
Oh… 😳 I closed it so we can discuss first where this action should run, and I thought that issue #5 is a good place for that discussion. Reopening this PR, feel free to chime in! |
Currently the dependencies might change at the last stage when pushing to |
I stumbled upon the dependency-review-action which looked useful. Not sure if
build.yamlis a good place, or betterpr-change-set.yaml. What do you think, @behnazh?