From 786e45f7d6cf8729ccc8a2392156879616c733c2 Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Sun, 12 May 2024 17:25:47 -0400 Subject: [PATCH] docs: add compliance badge to README --- .github/workflows/cts.yml | 2 +- jsonpath-compliance-test-suite | 2 +- serde_json_path/README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cts.yml b/.github/workflows/cts.yml index f6c519b..557200c 100644 --- a/.github/workflows/cts.yml +++ b/.github/workflows/cts.yml @@ -1,4 +1,4 @@ -name: CTS Submodule Update and Test +name: Compliance on: workflow_dispatch: diff --git a/jsonpath-compliance-test-suite b/jsonpath-compliance-test-suite index 31dec17..765c90b 160000 --- a/jsonpath-compliance-test-suite +++ b/jsonpath-compliance-test-suite @@ -1 +1 @@ -Subproject commit 31dec1720dc9b9d3e8af3c61f025da93ceb6c9d1 +Subproject commit 765c90bcb7852d58419c943a350237847426990a diff --git a/serde_json_path/README.md b/serde_json_path/README.md index f304dd5..fabfb15 100644 --- a/serde_json_path/README.md +++ b/serde_json_path/README.md @@ -5,6 +5,7 @@ [![Build status](https://github.com/hiltontj/serde_json_path/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hiltontj/serde_json_path/actions/workflows/ci.yml) [![Crates.io](https://img.shields.io/crates/v/serde_json_path)](https://crates.io/crates/serde_json_path) [![Documentation](https://docs.rs/serde_json_path/badge.svg)][docs] +[![CTS Submodule Update and Test](https://github.com/hiltontj/serde_json_path/actions/workflows/cts.yml/badge.svg)](https://github.com/hiltontj/serde_json_path/actions/workflows/cts.yml) ## Learn More