-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHPStan checks (level 1) #39
Add PHPStan checks (level 1) #39
Conversation
aaece15
to
e75205e
Compare
b5684c0
to
4a4bca2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phpstan is not run
vendor/bin/parallel-lint --colors --checkstyle --exclude ./vendor/ . | vendor/bin/cs2pr | ||
- name: "PHP_CodeSniffer" | ||
run: | | ||
vendor/bin/phpcs -q --report=checkstyle | vendor/bin/cs2pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one seems not running
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are, but as output is piped to cs2pr
, it is actually hard to know it. I will fix this.
9890f4d
to
1eb18b8
Compare
1eb18b8
to
f11e0b6
Compare
Finalization of #37 based on shared workflow (https://github.com/glpi-project/plugin-ci-workflows/blob/v1/.github/workflows/continuous-integration.yml)