Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neriderc authored Jun 6, 2024
1 parent ea00490 commit 956a9af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
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
- name: Setup PHP
uses: shivammathur/setup-php@v2
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
Expand Down

0 comments on commit 956a9af

Please sign in to comment.