Skip to content

Commit

Permalink
chore: madrun: lint using actions ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 9, 2023
1 parent 31b6ebf commit 15b1909
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ if (problems) {
exit(1);
}

if (!names.length) {
if (!names.length)
names = await choose(scripts);
}

if (!names.length)
exit();
Expand Down

0 comments on commit 15b1909

Please sign in to comment.