mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore(docs): add yamlpatch to list of crates (#1009)
This commit is contained in:
parent
8f7e3eeb8d
commit
5804aeea0d
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ See the table and each subdirectory for more details on each crate.
|
|||
|-------|---------|---------------|-------------|
|
||||
| [`zizmor`][zizmor-dir] | [][zizmor-crates] | [][zizmor-docs] | The `zizmor` CLI and core auditing functionality. |
|
||||
| [`yamlpath`][yamlpath-dir] | [][yamlpath-crates] | [][yamlpath-docs] | Format-preserving YAML feature extraction. |
|
||||
| [`yamlpatch`][yamlpath-dir] | [][yamlpath-crates] | [][yamlpath-docs] | Comment and format-preserving YAML patch operations. |
|
||||
| [`github-actions-models`][github-actions-models-dir] | [][github-actions-models-crates] | [][github-actions-models-docs] | Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components. |
|
||||
| [`github-actions-expressions`][github-actions-expressions-dir] | [][github-actions-expressions-crates] | [][github-actions-expressions-docs] | Parser and library for GitHub Actions expressions. |
|
||||
|
||||
|
|
@ -18,6 +19,10 @@ See the table and each subdirectory for more details on each crate.
|
|||
[yamlpath-crates]: https://crates.io/crates/yamlpath
|
||||
[yamlpath-docs]: https://docs.rs/yamlpath
|
||||
|
||||
[yamlpatch-dir]: ./yamlpatch
|
||||
[yamlpatch-crates]: https://crates.io/crates/yamlpatch
|
||||
[yamlpatch-docs]: https://docs.rs/yamlpatch
|
||||
|
||||
[github-actions-models-dir]: ./github-actions-models
|
||||
[github-actions-models-crates]: https://crates.io/crates/github-actions-models
|
||||
[github-actions-models-docs]: https://docs.rs/github-actions-models
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue