Merge pull request #1 from StarAppeal/qodana-automation-1806386544

Add qodana CI checks
This commit is contained in:
StarAppeal
2025-09-03 06:48:49 +02:00
committed by GitHub
2 changed files with 34 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches: # Specify your branches here
- main # The 'main' branch
- 'releases/*' # The release branches
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2025.1
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1907308073 }}
QODANA_ENDPOINT: 'https://qodana.cloud'
+6
View File
@@ -0,0 +1,6 @@
version: "1.0"
linter: jetbrains/qodana-js:2025.1
profile:
name: qodana.recommended
include:
- name: CheckDependencyLicenses