Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Oct 2, 2024
1 parent 5f06e8a commit 70768ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function exit(message) {
}

async function main() {
core.warning("Running on setup-deno@1, which is deprecated.\nPlease update to setup-deno@2, which defaults to Deno 2.0");
core.warning(
"Running on setup-deno@1, which is deprecated.\nPlease update to setup-deno@2, which defaults to Deno 2.0",
);

try {
const denoVersionFile = core.getInput("deno-version-file");
Expand Down

0 comments on commit 70768ed

Please sign in to comment.