Commit 24e456d
authored
fix(sonar):include lint in schedule main (#104)
This pull request updates the SonarQube workflow in
`.github/workflows/schedule-main.yml` to improve its configuration and
functionality. The changes include removing a conditional check and
adding a new parameter to the SonarQube step.
Updates to SonarQube workflow:
* Removed the conditional `if: github.event_name == 'pull_request'` from
the SonarQube job, allowing it to run regardless of the event type.
* Added a new `include-lint: true` parameter to the SonarQube step to
include linting results in the scan.1 parent c2ff9c0 commit 24e456d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| 57 | + | |
0 commit comments