Skip to content

Commit

Permalink
Merge pull request #92 from GuGoOrg/liaosunny123-patch-2
Browse files Browse the repository at this point in the history
Create qodana.yml
  • Loading branch information
liaosunny123 committed Aug 20, 2023
2 parents 7778e57 + b4dc788 commit ec85abf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Code Scan
on:
workflow_dispatch:
pull_request:
branches: [ "dev" ]

jobs:
qodana:
runs-on: ubuntu-latest
environment: Analysis
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit ec85abf

Please sign in to comment.