You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/project_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ help you decide which tool to use for packaging.
94
94
- Sonarcloud must be configured for the analysis to work
95
95
1. go to [Sonarcloud](https://sonarcloud.io/projects/create)
96
96
2. login with your GitHub account
97
-
3. add organization or reuse existing
97
+
3. add organization or reuse existing one
98
98
4. set up repository
99
99
5. go to [new code definition administration page](https://sonarcloud.io/project/new_code?id={{ cookiecutter.github_organization }}_{{ cookiecutter.project_name }}) and select `Number of days` option
100
100
- The analysis will be run by [GitHub Action workflow](.github/workflows/quality.yml)
0 commit comments