mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-08 13:47:11 +00:00
Fix workflow filename in README
This commit is contained in:
parent
296a30c54d
commit
89970df799
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ sonar.projectKey=<replace with the key generated when setting up the project on
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
```
|
```
|
||||||
|
|
||||||
The workflow, usually declared in `.github/main.workflow`, looks like:
|
The workflow, usually declared in `.github/workflows/build.yml`, looks like:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
on: push
|
on: push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue