github-actions-models 0.18.0

Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2.7.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_yaml]
version = "0.9.29"

[dev-dependencies]

[lib]
name = "github_actions_models"
path = "src/lib.rs"

[package]
authors = ["William Woodruff <william@yossarian.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
edition = "2021"
keywords = ["github", "ci"]
license = "MIT"
name = "github-actions-models"
readme = "README.md"
repository = "https://github.com/woodruffw/github-actions-models"
version = "0.18.0"

[[test]]
name = "test_action"
path = "tests/test_action.rs"

[[test]]
name = "test_dependabot_v2"
path = "tests/test_dependabot_v2.rs"

[[test]]
name = "test_workflow"
path = "tests/test_workflow.rs"