Exclude path and add command.

This commit is contained in:
James Cole 2023-02-19 08:08:47 +01:00
parent a798a9d50d
commit 1118954db6
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
composer install --no-scripts
php artisan key:generate
php artisan clear-compiled
php artisan ide-helper:generate;

View File

@ -2,3 +2,7 @@ profile:
name: qodana.recommended
version: "1.0"
linter: jetbrains/qodana-php:2022.3-eap
exclude:
- name: All
paths:
- .ci