Skip to content

Commit

Permalink
disable qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnikrs authored Mar 22, 2024
1 parent 5245884 commit cc039fe
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- new-feature
# name: Qodana
# on:
# workflow_dispatch:
# pull_request:
# push:
# branches:
# - main
# - new-feature

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
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/[email protected]
# env:
# QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit cc039fe

Please sign in to comment.