mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-06-30 23:19:41 +02:00
Address new lint error from previous commit, freshen generated index.js file.
This commit is contained in:
Vendored
+1
@@ -81292,6 +81292,7 @@ const configPointer = getInput("configPointer");
|
||||
if (configPointer) {
|
||||
argv.push("--configPointer", configPointer);
|
||||
}
|
||||
// eslint-disable-next-line unicorn/consistent-boolean-name
|
||||
const fix = Boolean(getBooleanInput("fix"));
|
||||
if (fix) {
|
||||
argv.push("--fix");
|
||||
|
||||
@@ -58,6 +58,7 @@ const configPointer = core.getInput("configPointer");
|
||||
if (configPointer) {
|
||||
argv.push("--configPointer", configPointer);
|
||||
}
|
||||
// eslint-disable-next-line unicorn/consistent-boolean-name
|
||||
const fix = Boolean(core.getBooleanInput("fix"));
|
||||
if (fix) {
|
||||
argv.push("--fix");
|
||||
|
||||
Reference in New Issue
Block a user