Skip to content

Fix CI to run real XOOPS test suite instead of placeholder, enable Co… #428

Fix CI to run real XOOPS test suite instead of placeholder, enable Co…

Fix CI to run real XOOPS test suite instead of placeholder, enable Co… #428

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-22.04
if: github.repository == 'XOOPS/XoopsCore25'
permissions:
contents: read
pull-requests: write
checks: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
- name: Qodana Scan
uses: JetBrains/qodana-action@99ec27a55aaaf5ba2fd7e5816e66231caed7a72a # v2025.2.4
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}