https://github.com/dbanty/rust-github-action-template
Make a GitHub Action implemented in Rust
https://github.com/dbanty/rust-github-action-template
cargo-generate github-actions rust rust-lang template
Last synced: 9 months ago
JSON representation
Make a GitHub Action implemented in Rust
- Host: GitHub
- URL: https://github.com/dbanty/rust-github-action-template
- Owner: dbanty
- License: mit
- Created: 2023-02-01T01:05:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:52:57.000Z (about 2 years ago)
- Last Synced: 2025-05-07T23:49:08.350Z (about 1 year ago)
- Topics: cargo-generate, github-actions, rust, rust-lang, template
- Language: Liquid
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README-TEMPLATE.md
- License: LICENSE
Awesome Lists containing this project
README
# {{project-name}}
{{description}}
## TODO
- [ ] Update this README with the details of this action
- [ ] Update inputs/outputs in `action.yaml`
- [ ] Implement the action's logic in `src/main.rs`
- [ ] Trigger a release in GitHub Actions
- [ ] Edit the triggered release to set release notes and publish the action to GitHub Marketplace