action-glob 0.0.13

GitHub actions toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## action-rs

[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/romnn/action-rs/build.yaml?label=build">](https://github.com/romnn/action-rs/actions/workflows/build.yaml)
[<img alt="test status" src="https://img.shields.io/github/actions/workflow/status/romnn/action-rs/test.yaml?label=test">](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)
[<img alt="docs.rs" src="https://img.shields.io/docsrs/action-core/latest?label=docs.rs">](https://docs.rs/action-core)
[<img alt="crates.io" src="https://img.shields.io/crates/v/action-core">](https://crates.io/crates/action-core)

Toolkit for building safe GitHub actions in Rust.

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

### Example

TODO