Skip to content

Commit

Permalink
qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolipro committed Jun 14, 2023
1 parent 8c702d4 commit a5eecf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Qodana Scan
- name: "Qodana Scan"
uses: JetBrains/qodana-action@main
env:
qodana-token: ${{ secrets.QODANA_TOKEN }}
qodana-token: ${{secrets.QODANA_TOKEN}}

0 comments on commit a5eecf1

Please sign in to comment.