This will ensure that things like #786 don't fall under the radar. Whenever Dependabot updates the @wordpress/block-library package, this will check whether the MD5 hash of the Code block's edit.js has been changed. If so, the workflow will fail. After inspecting the file for changes to see if anything needs to be modified in our version, the checksum file can be updated via npm run md5sum:update and the file block-library.md5 committed.
Fixes #697.
This will ensure that things like #786 don't fall under the radar. Whenever Dependabot updates the
@wordpress/block-library
package, this will check whether the MD5 hash of the Code block'sedit.js
has been changed. If so, the workflow will fail. After inspecting the file for changes to see if anything needs to be modified in our version, the checksum file can be updated vianpm run md5sum:update
and the fileblock-library.md5
committed.