mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-12 12:30:49 +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");
|
||||
|
||||
Reference in New Issue
Block a user