github-actions-models 0.28.3

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

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

[dependencies.serde_yaml]
version = "0.9.34"

[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 = "2024"
homepage = "https://docs.zizmor.sh"
keywords = ["github", "ci"]
license = "MIT"
name = "github-actions-models"
readme = "README.md"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-models"
resolver = "2"
version = "0.28.3"

[[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"