Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Aug 22, 2024
2 parents 62df87b + fe53fcc commit 1211660
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/mule-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,15 @@ jobs:
-b "${{ env.MESSAGE_SERVICE_TRIGGER_DEPLOYMENT }}" \
-l "deployment" \
-p "${{ env.deployment_project }}"
fi
fi
- name: Count Lines of Code (cloc)
uses: djdefi/cloc-action@6
with:
options: --md --report-file=cloc.md

- name: Output cloc report
shell: bash
run: |
echo "# 📊 Mulesoft Code Metrics Report:" >> $GITHUB_STEP_SUMMARY
cat cloc.md >> $GITHUB_STEP_SUMMARY

0 comments on commit 1211660

Please sign in to comment.