Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Jun 10, 2024
1 parent e785fa2 commit 23b9651
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: SonarCloud

on:
workflow_dispatch:
push:
branches: [ main ]
tags: [ v* ]
pull_request:

workflow_dispatch:
push:
branches: [main]
tags: [v*]
pull_request:

jobs:
sonar_cloud:
Expand All @@ -17,7 +16,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Download artifacts
uses: actions/download-artifact@v4

- name: SonarCloud
if: always()
uses: SonarSource/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sonar.python.version=3.10

# Additional reports
# sonar.php.phpstan.reportPaths=reports/phpstan.json
# sonar.eslint.reportPaths=reports/eslint.json
# sonar.eslint.reportPaths=reports/eslint.json

0 comments on commit 23b9651

Please sign in to comment.