Skip to content

Commit

Permalink
Drop qodana scan (no license)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Nov 6, 2023
1 parent 42f999e commit 29ea57a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ jobs:
sudo apt update -y
sudo apt install -y xdg-utils
qodana_scan:
needs:
- pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repository

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

test:
needs:
- pre_job
Expand Down Expand Up @@ -230,7 +216,6 @@ jobs:
if: ${{ github.repository_owner == 'phingofficial' }}
needs:
- static_code_analysis
- qodana_scan
- test
- build_phar
- build_docker_image
Expand Down

0 comments on commit 29ea57a

Please sign in to comment.