Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Merge pull request #42 from SLNE-Development/dependabot/gradle/org.je… #57

Merge pull request #42 from SLNE-Development/dependabot/gradle/org.je…

Merge pull request #42 from SLNE-Development/dependabot/gradle/org.je… #57

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
uses: production

Check failure on line 12 in .github/workflows/qodana_code_quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/qodana_code_quality.yml

Invalid workflow file

invalid value workflow reference: no version specified
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}