From fc5d87701c5ee3d05b2470f979193bfe9d7b71ca Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:52:55 -0500 Subject: [PATCH] Update action.js --- action.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.js b/action.js index e25b701..5566e8f 100644 --- a/action.js +++ b/action.js @@ -94,7 +94,7 @@ For each issue found: - Provide specific recommendations for fixes - Include code examples where helpful -If no issues are found in a particular area, explicitly state that. +If no issues are found in a particular area, explicitly state that. If it's a dependency update, evaluate with strict scrutiny the implications of the change. Here is the code diff to review: @@ -208,4 +208,4 @@ async function run() { } } -run(); \ No newline at end of file +run();