zizmor/crates/github-actions-expressions
2025-11-01 20:42:15 -04:00
..
src refactor: forbid all unwrap usage (#1306) 2025-11-01 19:06:59 -04:00
Cargo.toml chore: bump support crate versions (#1310) 2025-11-01 20:42:15 -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.