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 a5eecf1 commit d57539e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches:
- master

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Qodana Scan"
uses: JetBrains/qodana-action@main
env:
qodana-token: ${{secrets.QODANA_TOKEN}}
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Qodana Scan"
uses: JetBrains/qodana-action@main
env:
qodana-token: ${{secrets.QODANA_TOKEN}}

0 comments on commit d57539e

Please sign in to comment.