Skip to content

Commit bf8361c

Browse files
committed
update description
1 parent 73fd711 commit bf8361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightning-flow-scanner-action",
33
"version": "1.4.2",
4-
"description": "A GitHub Action for automated static analysis and optimization of Flows in Pull Requests. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling. ",
4+
"description": "A GitHub Action for automated analysis and optimization of Salesforce Flow in Pull Requests. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling.",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "ncc build src/action.js -o dist --source-map",

0 commit comments

Comments
 (0)