Update styles to latest unicorn 🦄 and prettier 🦋
This commit is contained in:
@@ -17,6 +17,6 @@ async function action() {
|
||||
await Docker.run(builtImage, { workspace, ...buildParameters });
|
||||
}
|
||||
|
||||
action().catch(error => {
|
||||
action().catch((error) => {
|
||||
core.setFailed(error.message);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user