From 357dd5e10688ee137a36f5d03b1f4c12b223b125 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Wed, 31 Dec 2025 22:24:05 +0000 Subject: [PATCH] config: add comment for yaml-schema dependency in yaml-schema.sh --- schemas/yaml-schema/yaml-schema.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/yaml-schema/yaml-schema.sh b/schemas/yaml-schema/yaml-schema.sh index 22998b2e4..5e5d719d6 100755 --- a/schemas/yaml-schema/yaml-schema.sh +++ b/schemas/yaml-schema/yaml-schema.sh @@ -1,2 +1,3 @@ #!/bin/bash +#https://crates.io/crates/yaml-schema ~/.cargo/bin/ys "$@"