From 24691c20a64a69db0a5482593e942f7c221beda9 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Sun, 3 Dec 2023 22:12:01 +0900 Subject: [PATCH] ci: Remove Qodana --- .github/workflows/qodana.yml | 30 ------------------------------ qodana.yaml | 4 ---- 2 files changed, 34 deletions(-) delete mode 100644 .github/workflows/qodana.yml delete mode 100644 qodana.yaml diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml deleted file mode 100644 index 8a8366d..0000000 --- a/.github/workflows/qodana.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: qodana - -on: - push: - branches: - - main - pull_request: ~ - workflow_dispatch: ~ - -jobs: - scan: - runs-on: ubuntu-22.04 - permissions: - contents: write - pull-requests: write - checks: write - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - - - run: composer install - - - uses: JetBrains/qodana-action@v2023.2 - env: - QODANA_TOKEN: ${{ secrets.QODANA_CLOUD_TOKEN }} diff --git a/qodana.yaml b/qodana.yaml deleted file mode 100644 index d50cfde..0000000 --- a/qodana.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version: "1.0" -linter: jetbrains/qodana-php:2023.2 -profile: - name: qodana.recommended