From dc47601ef38917ef874bc74c8f36383818dbd89a Mon Sep 17 00:00:00 2001 From: svrnm Date: Fri, 12 Jul 2024 12:42:33 +0200 Subject: [PATCH] fix typo Signed-off-by: svrnm --- .github/workflows/check-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-text.yml b/.github/workflows/check-text.yml index b74c18bf1066..df81709b7cf0 100644 --- a/.github/workflows/check-text.yml +++ b/.github/workflows/check-text.yml @@ -33,7 +33,7 @@ jobs: run: | mkdir -p tmp jq '.devDependencies |= with_entries( - select(.key | test("gulp|markdown|through|require|yargs|ys-yaml|ajv|ajv-formats|ajv-errors")) + select(.key | test("gulp|markdown|through|require|yargs|js-yaml|ajv|ajv-formats|ajv-errors")) ) | del(.dependencies, .optionalDependencies)' \ package.json > tmp/package-ci.json