Skip to content

Commit

Permalink
ci: Add a step to comment PR to check sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Feb 9, 2025
1 parent ad7c7fe commit a1b46d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
verify:
runs-on: ubuntu-latest

permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -33,6 +34,10 @@ jobs:
with:
name: PR_NUMBER
path: PR_NUMBER.txt
- uses: marocchino/sticky-pull-request-comment@v2.9.1
with:
message: |
Please check on sonarcloud <https://sonarcloud.io/project/pull_requests_list?id=io.github.mivek%3AmetarParser> that the PR does not add any issue.
generate-docs:
runs-on: ubuntu-latest
needs: verify
Expand Down

0 comments on commit a1b46d7

Please # to comment.