Skip to content

Commit

Permalink
Fix Qodana-Scan indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Oct 8, 2023
1 parent 2cbb7b2 commit e8e7b16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qodana-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
checks: write
steps:
- uses: actions/checkout@v3
with:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
submodules: recursive # many many submodules
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} # read the steps about it below

0 comments on commit e8e7b16

Please sign in to comment.