Skip to content

Commit

Permalink
Add callable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zepto-sandesh committed Jan 27, 2025
1 parent 1311e65 commit 6668694
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sonar-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sonar Workflow

on:
push:
branches:
- master

pull_request:
branches:
- master

jobs:
Sonar-Analysis:
uses: zeptonow/workflow-hub/.github/workflows/sonar-callable-workflow.yml@main
secrets: inherit

0 comments on commit 6668694

Please sign in to comment.