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 9c6a128 commit 17d8f24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
fetch-depth: 0 # a full history is required for pull request analysis
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 17d8f24

Please sign in to comment.