Skip to content

Commit 9eb1619

Browse files
committed
Add GitHub Action build badge to README
1 parent 6d491a9 commit 9eb1619

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
22
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
3+
[![Pipeline][GitHub Acitons badge]][GitHub Acitons link]
34
[![Maven Central][Maven Central badge]][Maven]
45

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

477478
[LGPLv3 badge]: https://img.shields.io/:license-LGPLv3-blue.svg
479+
478480
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
481+
479482
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
483+
480484
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
485+
486+
[GitHub Acitons badge]: https://github.com/gravity9-tech/json-patch-path/actions/workflows/push-workflow.yaml/badge.svg?branch=master
487+
488+
[GitHub Acitons link]: https://github.com/gravity9-tech/json-patch-path/actions/workflows/push-workflow.yaml
489+
481490
[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/json-patch.svg
491+
482492
[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/json-patch

0 commit comments

Comments
 (0)