Skip to content

Commit

Permalink
Try to get in a good state
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 13, 2024
1 parent 9534d53 commit d2a0070
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y autoconf automake
- name: Try to get qodana in a good state
run: make dist
- name: Install dependencies
run: |
sudo apt install -y composer php php-fpm php-gd \
php-cli php-intl php-mbstring php-mysql \
php-curl php-json php-xml php-zip
composer install --no-dev --no-scripts
composer install
# --no-dev --no-scripts
- name: 'Qodana Scan (PHP)'
uses: JetBrains/[email protected]
env:
Expand Down

0 comments on commit d2a0070

Please sign in to comment.