Update action.js

This commit is contained in:
pacnpal
2025-02-10 14:52:55 -05:00
committed by GitHub
parent eb556a6d23
commit fc5d87701c

View File

@@ -94,7 +94,7 @@ For each issue found:
- Provide specific recommendations for fixes - Provide specific recommendations for fixes
- Include code examples where helpful - 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: Here is the code diff to review:
@@ -208,4 +208,4 @@ async function run() {
} }
} }
run(); run();