Skip to content

Add GitHub Action build badge to README #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
[![Pipeline][GitHub Acitons badge]][GitHub Acitons link]
[![Maven Central][Maven Central badge]][Maven]

## Read me first
Expand Down Expand Up @@ -475,8 +476,17 @@ Examples of JsonPath:
* `$..book[(@.length-1)].title` - not supported. Use `$..book[-1:].title` instead.

[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg

[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html

[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg

[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html

[GitHub Acitons badge]: https://github.com/gravity9-tech/json-patch-path/actions/workflows/push-workflow.yaml/badge.svg?branch=master

[GitHub Acitons link]: https://github.com/gravity9-tech/json-patch-path/actions/workflows/push-workflow.yaml

[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/json-patch.svg

[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/json-patch