feat: modernize workflows and standardize configuration files (#85)

This commit is contained in:
2025-12-02 12:50:42 +02:00
committed by GitHub
parent 6027501f24
commit 6dd157f35b
23 changed files with 4365 additions and 6000 deletions

View File

@@ -35,9 +35,7 @@ const foundConfig = checkConfig("commitlint");
if (foundConfig.length > 0) {
console.log("commitlint-config: Found existing commitlint config file, skipping creation.");
console.log(
"commitlint-config: If you want to create a new config file, please remove the existing one.",
);
console.log("commitlint-config: If you want to create a new config file, please remove the existing one.");
console.log(`commitlint-config: Found config files at: ${foundConfig.join(", ")}`);
process.exit(0);
}