Skip to content

Commit

Permalink
feature(cdci): update qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 17, 2024
1 parent e8dad2c commit ff9069d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
qodana:
Expand All @@ -15,5 +13,7 @@ jobs:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
linter: 'jetbrains/qodana-php:latest'
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit ff9069d

Please sign in to comment.