From 3ed1ea547831ac42f9bb802dea4b27c51f9636a9 Mon Sep 17 00:00:00 2001 From: Simon Heather <32168619+X-Guardian@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:29:17 +0000 Subject: [PATCH 1/2] Add yaml-schema-lint to the Clients list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9133f08..ab73d960 100755 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ This repository only contains the server implementation. Here are some known cli - [nova-yaml](https://github.com/robb-j/nova-yaml/) for Nova - [volar-service-yaml](https://github.com/volarjs/services/tree/master/packages/yaml) for Volar - [Kate](https://kate-editor.org/) +- [yaml-schema-lint] A CLI for schema linting yaml files ## Developer Support From 29b74012a23c9380112cd60d0ba2c50b8bf7e7db Mon Sep 17 00:00:00 2001 From: Simon Heather <32168619+X-Guardian@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:34:33 +0000 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab73d960..fb4c632e 100755 --- a/README.md +++ b/README.md @@ -424,7 +424,7 @@ This repository only contains the server implementation. Here are some known cli - [nova-yaml](https://github.com/robb-j/nova-yaml/) for Nova - [volar-service-yaml](https://github.com/volarjs/services/tree/master/packages/yaml) for Volar - [Kate](https://kate-editor.org/) -- [yaml-schema-lint] A CLI for schema linting yaml files +- [yaml-schema-lint](https://github.com/X-Guardian/yaml-schema-lint) A CLI for schema linting yaml files ## Developer Support