This change adds a new step in the ci pipeline. The idea is to ensure that the dist/ folder is up to date with the source code of the project. In the past quite often I forgot to do this step as it is a manual process that is not validated on PR submission.
Main Changes
This change adds a new step in the ci pipeline. The idea is to ensure that the
dist/
folder is up to date with the source code of the project. In the past quite often I forgot to do this step as it is a manual process that is not validated on PR submission.In this PR we include in the dist folder changes in the dependencies and critical changes such as https://github.com/ossf/scorecard-monitor/pull/78
Demo
When the folder is not updated:
When the folder is updated: