Skip to content

Commit

Permalink
[IGNORE] [PAN-1881] add sonar workflow (#13)
Browse files Browse the repository at this point in the history
* feature: use sonar cloud in separated workflow
  • Loading branch information
juanmanuel-tirado authored May 10, 2024
1 parent 5d146da commit 6e97b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@968394c490cea66b0073b65d9ac76bf098c1da1a
uses: pantos-io/ci-workflows/.github/workflows/python-ci.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55
secrets: inherit
4 changes: 3 additions & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ on:

jobs:
shared:
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@968394c490cea66b0073b65d9ac76bf098c1da1a
uses: pantos-io/ci-workflows/.github/workflows/sonar.yml@84c18c1b5bf447e4a02f94c45c5266abab52bd55
secrets: inherit

0 comments on commit 6e97b6d

Please sign in to comment.