-
Notifications
You must be signed in to change notification settings - Fork 45
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 CI #372
add CI #372
Conversation
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.
I think you are missing the required php dependencies.
For example, here are the depencies of the tag plugin: https://github.com/pluginsGLPI/tag/blob/main/composer.json
edit: if you added the eslinted too, don't forget about client side dependencies too.
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.
complicated to review but ok
Too much code to modify for PHPStan, I think we'll have to dedicate a PR for its activation. EDIT: I finally disabled phpstan completely and renamed the conf file to |
Add CI