Skip to content

Commit

Permalink
Adding a bit of debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
manchicken committed Dec 21, 2023
1 parent 4a37122 commit c88a8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/org-rules.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ const checkIntegrationsCompliance = (requirement, serviceDescription) => {
* @throws {Error} - If the rule or service description are invalid.
*/
const determineRuleCompliance = (rule, serviceDescription) => {
core.debug({ rule, serviceDescription })
if (!rule || !serviceDescription) {
throw new Error('Both rule and service description are required.')
}
Expand Down

0 comments on commit c88a8b1

Please sign in to comment.