Skip to content

Commit

Permalink
Merge branch 'main' into DevBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnikrs authored Mar 23, 2024
2 parents ff4b489 + cc039fe commit 99cde52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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
#
#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 }}
# 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 }}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99cde52

Please sign in to comment.