mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 15:17:11 +00:00
Fix typos in README
This commit is contained in:
parent
d4de825074
commit
2121a8656c
1 changed files with 3 additions and 3 deletions
|
|
@ -17,15 +17,15 @@ Project metadata, including the location to the sources to be analyzed, must be
|
||||||
sonar.organization=<replace with your SonarCloud organization key>
|
sonar.organization=<replace with your SonarCloud organization key>
|
||||||
sonar.projectKey=<replace with the key generated when setting up the project on SonarCloud>
|
sonar.projectKey=<replace with the key generated when setting up the project on SonarCloud>
|
||||||
|
|
||||||
// relative paths to source directories. More details and properties are described
|
# relative paths to source directories. More details and properties are described
|
||||||
// in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
|
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
```
|
```
|
||||||
|
|
||||||
The workflow, usually declared in `.github/main.workflow`, looks like:
|
The workflow, usually declared in `.github/main.workflow`, looks like:
|
||||||
|
|
||||||
```
|
```
|
||||||
workflow "Main Worflow" {
|
workflow "Main Workflow" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = "SonarCloud Trigger"
|
resolves = "SonarCloud Trigger"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue