github-actions-models 0.6.3

Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "github-actions-models"
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
version = "0.6.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/woodruffw/github-actions-models"
keywords = ["github", "ci"]
categories = ["api-bindings"]

[dependencies]
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.29"

[dev-dependencies]