From 6de87282e064101856868592e77359ec28de9bb6 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 29 Apr 2024 10:31:44 +0200 Subject: [PATCH] ci: new modules (#38) --- workflow-external.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/workflow-external.json b/workflow-external.json index 8e047fe..8911425 100644 --- a/workflow-external.json +++ b/workflow-external.json @@ -1,21 +1,36 @@ { "compliant": [ "voxpelli/async-htm-to-string", + "voxpelli/buffered-async-iterable", "voxpelli/chai-posix-path", "voxpelli/compare-eslint-configs", "voxpelli/eslint-formatter-summary", "voxpelli/linemod-core", "voxpelli/linemod", + "voxpelli/list-dependents-cli", + "voxpelli/list-dependents", "voxpelli/list-installed", + "voxpelli/markdown-or-chalk", + "voxpelli/meow-with-subcommands", "voxpelli/node-bunyan-adaptor", "voxpelli/node-connect-pg-simple", "voxpelli/node-fulfills", "voxpelli/node-installed-check-core", "voxpelli/node-installed-check", + "voxpelli/node-module-template", "voxpelli/node-pg-pubsub", "voxpelli/node-promised-retry", + "voxpelli/peowly-commands", + "voxpelli/peowly", + "voxpelli/plugin-importer", "voxpelli/pony-cause", + "voxpelli/read-workspaces", "voxpelli/semver-set", + "voxpelli/ts-ignore-import", + "voxpelli/type-helpers", + "voxpelli/typed-utils", + "voxpelli/umzeption", + "voxpelli/validate-conventional-commit", "voxpelli/version-guard", "voxpelli/webring-opml", "yikesable/fastify-acl"