chore: Remove duplicate config flag

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2022-12-29 13:11:50 -05:00
parent b3484d4368
commit e2d61b82fb
+1 -1
View File
@@ -99,7 +99,7 @@ async function main() {
if (process.argv.includes('--ci-args')) {
process.stdout.write(
// Workaround for not being able to pass arguments to the vale action
JSON.stringify(['--config=.github/vale/config.ini', ...files]),
JSON.stringify([...files]),
);
return;
}