Skip to content

Commit acbf3c0

Browse files
Update pylint.yml
1 parent a68eb49 commit acbf3c0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
- name: Execute Lint
2424
run: |
2525
pylint app/core/*.py --fail-under=3
26+
- name: SonarQube Scanner
27+
uses: sonarsource/sonarqube-scan-action@master
28+
env:
29+
# SonarQube server URL
30+
SONAR_HOST_URL: http://54.146.193.237:9000
31+
# Login or authentication token of a SonarQube user
32+
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)