deepseek-php-client
deepseek-php-client copied to clipboard
Create GitHub action workflows
My contribution regarding an automation to check the static code and it has many features:-
- Make sure there are no errors that cause the code to crash using
phpstanpackage. - Detect errors when uploaded to fix them as soon as possible.
- Make sure it is free of syntax errors.