An open API service indexing awesome lists of open source software.

https://github.com/azu/migrate-travis-ci-to-github-actions

[Opinionated] Migrate Travis CI to GitHub Actions. Node.js CI settings
https://github.com/azu/migrate-travis-ci-to-github-actions

actions github travis

Last synced: about 1 year ago
JSON representation

[Opinionated] Migrate Travis CI to GitHub Actions. Node.js CI settings

Awesome Lists containing this project

README

          

# @azu/migrate-travis-ci-to-github-actions

Migrate Travis CI to GitHub Actions in my Node.js use-case.

## Does

- [x] Remove `.travis.yml`
- [x] Copy [templates](templates) to `.github/workflows/test.yml`
- Current template has only Node.js basic pattern
- [x] Rewrite a badge link in README.md

## Install

Install with [npm](https://www.npmjs.com/):

npx @azu/migrate-travis-ci-to-github-actions

## Usage

npx @azu/migrate-travis-ci-to-github-actions

## Changelog

See [Releases page](https://github.com/azu/migrate-travis-ci-to-github-actions/releases).

## Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, [please create an issue](https://github.com/azu/migrate-travis-ci-to-github-actions/issues).

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

- [github/azu](https://github.com/azu)
- [twitter/azu_re](https://twitter.com/azu_re)

## License

MIT © azu