diff --git a/Cargo.toml b/Cargo.toml index 2e522000..d6f866ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,7 @@ tree-sitter = "0.25.4" tree-sitter-bash = "0.23.3" tree-sitter-powershell = "0.25.2" yamlpath = { path = "crates/yamlpath", version = "*" } +tree-sitter-yaml = "0.7.0" [profile.dev.package] diff --git a/crates/github-actions-expressions/README.md b/crates/github-actions-expressions/README.md index 5f5b94ef..05873ee9 100644 --- a/crates/github-actions-expressions/README.md +++ b/crates/github-actions-expressions/README.md @@ -2,6 +2,7 @@ [![CI](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml) [![Crates.io](https://img.shields.io/crates/v/github-actions-expressions)](https://crates.io/crates/github-actions-expressions) +[![docs.rs](https://img.shields.io/docsrs/github-actions-expressions)](https://docs.rs/github-actions-expressions) [![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](https://github.com/sponsors/woodruffw) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/PGU3zGZuGG) diff --git a/crates/yamlpath/Cargo.toml b/crates/yamlpath/Cargo.toml index be9139a8..9dfc9e31 100644 --- a/crates/yamlpath/Cargo.toml +++ b/crates/yamlpath/Cargo.toml @@ -14,7 +14,7 @@ license.workspace = true [dependencies] thiserror.workspace = true tree-sitter.workspace = true -tree-sitter-yaml = "0.7.0" +tree-sitter-yaml = { workspace = true } [dev-dependencies] serde.workspace = true diff --git a/crates/yamlpath/README.md b/crates/yamlpath/README.md index 062de993..359811ce 100644 --- a/crates/yamlpath/README.md +++ b/crates/yamlpath/README.md @@ -1,9 +1,10 @@ # yamlpath - [![CI](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml) [![Crates.io](https://img.shields.io/crates/v/yamlpath)](https://crates.io/crates/yamlpath) [![docs.rs](https://img.shields.io/docsrs/yamlpath)](https://docs.rs/yamlpath) +[![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](https://github.com/sponsors/woodruffw) +[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/PGU3zGZuGG) Format-preserving YAML feature extraction.