trust icon indicating copy to clipboard operation
trust copied to clipboard

Port to GitHub Actions

Open XAMPPRocky opened this issue 6 years ago • 4 comments

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.

XAMPPRocky avatar Nov 02 '19 09:11 XAMPPRocky

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

trevordmiller avatar Nov 22 '19 06:11 trevordmiller

This feature is increasingly interesting now when the future of Travis CI seems to become a quite expensive, subscription based, choice for CI.

EmilSodergren avatar Dec 01 '20 19:12 EmilSodergren

@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

XAMPPRocky avatar Dec 02 '20 07:12 XAMPPRocky

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

jpmckinney avatar Nov 26 '22 01:11 jpmckinney