mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
* Add a presubmit to verify no new JS dependencies Verify that we have a known set of javascript dependencies. This guards against the inadvertent introduction of a new dependency with a disallowed license. TESTED: Added a new package to packages.json, observed presubmit failure. * Replaced f-strings, printed python version For some reason, it looks like we're using a python version older than 3.6 on our CI machines. * Remove python version trace.