facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

Use Github actions to replace Travis for CI #122

Closed mraarif closed 3 years ago

mraarif commented 3 years ago

Travis CI hasn't been active on this repository for a long time and it looks like it was set up with travis-ci.org (that's going to shut down on December 31st, 2020)

This PR intends to replace Travis CI with GitHub Actions instead, it replaces all Travis CI operations with a GitHub workflow and fixes a few PEP8 warnings.

facebook-github-bot commented 3 years ago

Hi @mraarif!

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!