Expand description
GitHub Actions expression parsing and analysis.
Modules§
- context
- Parsing and matching APIs for GitHub Actions expressions
contexts (e.g.
github.event.name
).
Structs§
- Function
- Represents a function in a GitHub Actions expression.
- Identifier
- Represents a single identifier in a GitHub Actions expression, i.e. a single context component.