Skip to content

Commit

Permalink
fix readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitricko authored Jun 1, 2024
1 parent 9454e5f commit 2c58164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This action and its developer friendly helper scripts enable sonarqube scanning
- [Scan all files from git root directory](#Sonar-scan-all-files-from-git-root-directory)
- [Scan particular folder from git root directory](#Scan-particular-folder-from-git-root-directory)
- [Scan code and fail build if metrics below expectation](Scan-code-and-fail-build-if-metrics below-expectation)
- [Scan code and fail build if metrics is below expectation](#Scan-code-and-fail-build-if-metrics-is-below-expectation)
## Sonar scan all files from git root directory
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
sonar-source-path: 'src'
```
## Scan code and fail build if metrics below expectation
## Scan code and fail build if metrics is below expectation
```yaml
jobs:
Expand Down

0 comments on commit 2c58164

Please sign in to comment.