Skip to content

Commit

Permalink
streamlie
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Feb 12, 2024
1 parent b44269e commit d7ebf70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
tools: phpcs

- name: Setup dependencies
run: composer require -n --no-progress overtrue/phplint phpstan/phpstan
run: |
composer require -n --no-progress overtrue/phplint phpstan/phpstan
sudo cp -R vendor /usr/share/icinga-php
- name: PHP Lint
if: ${{ ! cancelled() }}
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ parameters:
paths:
- src

scanDirectories:
- /usr/share/icinga-php

ignoreErrors:
-
messages:
Expand Down

0 comments on commit d7ebf70

Please sign in to comment.