From 4ac959a3e62d1e6cc52382d349d7bc8953467f86 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Mon, 21 Oct 2019 20:38:53 -0700 Subject: [PATCH] Prettier the ts source --- src/setup-dotnet.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/setup-dotnet.ts b/src/setup-dotnet.ts index d038376..eee984d 100644 --- a/src/setup-dotnet.ts +++ b/src/setup-dotnet.ts @@ -8,7 +8,9 @@ async function run() { // Version is optional. If supplied, install / use from the tool cache // If not supplied then task is still used to setup proxy, auth, etc... // - console.log(`::warning::Use the v1 tag to get the last version, master may contain breaking changes and will not contain any required packages in the future. i.e. actions/setup-dotnet@v1`); + console.log( + `::warning::Use the v1 tag to get the last version, master may contain breaking changes and will not contain any required packages in the future. i.e. actions/setup-dotnet@v1` + ); let version = core.getInput('version'); if (!version) {