jmespath.rs icon indicating copy to clipboard operation
jmespath.rs copied to clipboard

ci: migrate from Travis CI to GitHub Actions

Open joshrotenberg opened this issue 4 months ago • 0 comments

This PR migrates CI from Travis CI to GitHub Actions.

The new workflow includes:

  • Test matrix for stable, beta, and nightly Rust
  • Specialized feature testing on nightly
  • clippy linting
  • rustfmt formatting checks
  • Benchmark compilation

Both jmespath library and jmespath-cli are built and tested.

joshrotenberg avatar Dec 09 '25 21:12 joshrotenberg