Skip to content

Commit d1807c2

Browse files
committed
style: use tacit style
1 parent 1be3936 commit d1807c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function main(): Promise<void> {
9191
);
9292

9393
const errors = [maybeToken, maybeTargetBinary, maybeCacheDirectory].flatMap(
94-
(parsedValue) => getErrors(parsedValue)
94+
getErrors
9595
);
9696
if (errors.length > 0) {
9797
errors.forEach((error) => core.error(error));

0 commit comments

Comments
 (0)