Migrate Travis CI to GitHub Actions in my Node.js use-case.
- Remove
.travis.yml
- Copy templates to
.github/workflows/test.yml
- Current template has only Node.js basic pattern
- Rewrite a badge link in README.md
Install with npm:
npx @azu/migrate-travis-ci-to-github-actions
npx @azu/migrate-travis-ci-to-github-actions
See Releases page.
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT © azu