File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 3838 - name : Run pre-commit
3939 run : pre-commit run --all-files --show-diff-on-failure
4040
41- sonarcloud_report :
42- runs-on : ubuntu-slim
43- steps :
44- - uses : actions/checkout@v6
45-
46- - uses : actions/setup-python@v6
47- with :
48- python-version : ' 3.12'
49-
50- - name : Install requests
51- run : pip install requests
52-
53- - name : Fetch SonarCloud report
54- uses : SonarSource/sonarqube-scan-action@v7.0.0
55- run : python CI/scripts/fetch_sonarcloud_report.py --token ${{ secrets.SONAR_TOKEN }} --project_key "acts-project_acts" --filename "sonar_report.json"
56-
57- - uses : actions/upload-artifact@v7
58- with :
59- name : sonar-report
60- path : sonar_report.json
61-
62-
6341 smearing_config :
6442 runs-on : ubuntu-slim
6543 steps :
You can’t perform that action at this time.
0 commit comments