<div align="center">
<h1>GitHub Actions library written in Rust</h1>
[][github]
[][crates-io]
[][crates-io]
[][github]
[][license]
</div>
This is a Rust GitHub Actions library which should help those of us that write
GitHub Actions in Rust.
## 📦 Usage
```bash
cargo add ghactions
```
Checkout some of our [examples] to see what you can do.
## 🦸 Support
Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
This project uses [Semantic Versioning (v2)][semver] and with major releases, breaking changes will occur.
## 📓 License
This project is licensed under the terms of the MIT open source license.
Please refer to [MIT][license] for the full terms.
[license]: ./LICENSE
[semver]: https://semver.org/
[github]: https://github.com/42ByteLabs/ghactions
[github-issues]: https://github.com/42ByteLabs/ghactions/issues
[crates-io]: https://crates.io/crates/ghactions
[examples]: ./examples