From 598e3dbd86198f57f6f62055907984904892ebee Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 22 Apr 2021 22:29:56 +0200 Subject: [PATCH] Remove JetBrains Qodana again as it doesn't support Android with Kotlin yet --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index fffcd73..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Code Inspection - -on: ['push', 'pull_request', 'workflow_dispatch'] - -jobs: - inspect: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Qodana Code Inspection - uses: JetBrains/qodana-action@v2.0-eap - - name: Upload Report - uses: actions/upload-artifact@v2.2.3 - with: - name: report - path: ${{ github.workspace }}/qodana