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

https://github.com/romnn/action-rs

Toolkit for building safe GitHub actions in Rust
https://github.com/romnn/action-rs

actions ci-cd github-actions rust toolkit

Last synced: about 2 months ago
JSON representation

Toolkit for building safe GitHub actions in Rust

Awesome Lists containing this project

README

          

## action-rs

[build status](https://github.com/romnn/action-rs/actions/workflows/build.yaml)
[test status](https://github.com/romnn/action-rs/actions/workflows/test.yaml)
[![dependency status](https://deps.rs/repo/github/romnn/action-rs/status.svg)](https://deps.rs/repo/github/romnn/action-rs)
[docs.rs](https://docs.rs/action-core)
[crates.io](https://crates.io/crates/action-core)

Toolkit for building safe GitHub actions in Rust.

```bash
cargo add action-core
```

### Example

TODO