Skip to content

Commit

Permalink
Show build/tests/clippy badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrh committed Aug 5, 2023
1 parent 6d1d6e1 commit d87afb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Rust build](https://github.com/ejrh/yaml-path/actions/workflows/rust-build.yml/badge.svg)](https://github.com/ejrh/yaml-path/actions/workflows/rust-build.yml)
[![Rust tests](https://github.com/ejrh/yaml-path/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/ejrh/yaml-path/actions/workflows/rust-tests.yml)
[![Rust Clippy](https://github.com/ejrh/yaml-path/actions/workflows/rust-clippy.yml/badge.svg)](https://github.com/ejrh/yaml-path/actions/workflows/rust-clippy.yml)

`yaml-path` is a Rust implementation of the [YAML Path specification][yaml-path-spec].
It builds on the YAML implementation provided by the Pure-rust [yaml-rust][yaml-rust-crate] crate.

Expand Down

0 comments on commit d87afb9

Please sign in to comment.