Fix linting

This commit is contained in:
David Verdeguer 2022-09-07 22:45:34 +02:00
parent a03f3bd585
commit 063e083705
3 changed files with 3 additions and 3 deletions

View file

@ -785,4 +785,4 @@ test("workflowEventName()", async (t) => {
process.env["CODESCANNING_EVENT_NAME"] = "push";
t.deepEqual(actionsutil.workflowEventName(), "push");
});
});