Skip to content

Commit bbd12c1

Browse files
Update README.md with usethis show sonarqube (#481)
* Update README.md with `usethis show sonarqube` This is partly to test #480 * Ignore docs and README.md for CI triggering
1 parent 3e4169f commit bbd12c1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'docs/**'
88
- 'README.md'
99
pull_request:
10+
paths-ignore:
11+
- 'docs/**'
12+
- 'README.md'
1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.ref }}
1215
cancel-in-progress: true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ Show a piece of information about the project.
219219
Currently supported subcommands:
220220

221221
- `usethis show name` to show the name of the project.
222+
- `usethis show sonarqube` to show appropriate contents of a `sonar-projects.properties` file for SonarQube analysis.
222223

223224
### `usethis browse pypi <package>`
224225

0 commit comments

Comments
 (0)