Skip to content

Commit

Permalink
add fixes in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Aug 28, 2023
1 parent 5c150f0 commit e79ce7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/qodana-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -30,4 +26,6 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
post-pr-comment: "false"
push-fixes: pull-request
args: "--apply-fixes"

0 comments on commit e79ce7a

Please sign in to comment.