-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to GitHub Actions #125
Comments
This would be very useful. Might be a good fit for the Rust CLI book per https://github.com/rust-lang-nursery/cli-wg/issues/153 |
This feature is increasingly interesting now when the future of Travis CI seems to become a quite expensive, subscription based, choice for CI. |
@EmilSodergren You might be interested in the GitHub action template I made for Tokei's CI to replace trust. https://github.com/XAMPPRocky/mean-bean-ci-template |
I use cross and the GitHub CLI in GitHub Actions workflows. Example: https://github.com/open-contracting/cardinal-rs/blob/main/.github/workflows/release.yml |
Hello, would it be possible to port
trust
to GitHub Actions? Either as an alternative or replacing the current scripts. It would be nice for downstream repositories to be able to transition to GitHub Actions and maintain the same platform compatibility.The text was updated successfully, but these errors were encountered: