OpenMined / Threepio

A multi-language library for translating commands between PyTorch, TensorFlow, and TensorFlow.js
Other
56 stars 15 forks source link

[WIP] Added github action which fails if updates to our compiled json files are needed to be committed #134

Open ramesht007 opened 3 years ago

ramesht007 commented 3 years ago

Overview

When updates to our crawlers, aggregation script, or new manual translations are added, those updates aren't reflected in threepio.py until we re-run the crawlers & script and then commit the output.

Solution

This PR has a Github Action which will run the crawlers and script and exit with an error if new changes are detected, reminding the user to commit the new compiled output.

ramesht007 commented 3 years ago

This PR is still work in progress. Thanks🙂