zizmor/crates/github-actions-expressions
2025-09-26 00:25:39 -04:00
..
src fix(obfuscation): don't consider fromJSON(...) constant-reducible (#1178) 2025-09-26 00:25:39 -04:00
Cargo.toml refactor: move expr call APIs to a new module (#1143) 2025-09-11 21:34:07 -04:00
README.md refactor: move expr call APIs to a new module (#1143) 2025-09-11 21:34:07 -04:00

github-actions-expressions

zizmor CI Crates.io docs.rs GitHub Sponsors Discord

github-actions-expressions is a parser and library for GitHub Actions expressions.

Key features:

  • Faithful parsing of GitHub Actions expressions.
  • Span-aware AST nodes.
  • Limited support for constant expression evaluation.

See the documentation for more details.

This library is part of zizmor.