Skip to content
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 initial project setup with CI configuration #2

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Conversation

mesilov
Copy link
Owner

@mesilov mesilov commented Sep 1, 2024

This commit introduces the initial project setup, including the configuration for PHPStan, Rector, and PHPUnit in GitHub Actions. It also adds basic project files such as composer.json, .gitignore, phpstan.neon.dist, rector.php, phpunit.xml.dist, and the Makefile for running linters and tests.

This commit introduces the initial project setup, including the configuration for PHPStan, Rector, and PHPUnit in GitHub Actions. It also adds basic project files such as composer.json, .gitignore, phpstan.neon.dist, rector.php, phpunit.xml.dist, and the Makefile for running linters and tests.

Signed-off-by: mesilov <[email protected]>
@mesilov mesilov linked an issue Sep 1, 2024 that may be closed by this pull request
5 tasks
This commit introduces the `Bitrix24Account` entity with full implementation for managing Bitrix24 account statuses, auth tokens, and domain URLs. It also includes unit tests for the added entity, and updates the `composer.json` to reflect changes in namespace configurations.

Signed-off-by: mesilov <[email protected]>
Updated PHPStan, Rector, and PHPUnit GitHub Actions workflows to run only on Ubuntu. This change simplifies the CI process and reduces resources by removing Windows as a target operating system.

Signed-off-by: mesilov <[email protected]>
@mesilov mesilov self-assigned this Sep 1, 2024
@mesilov mesilov merged commit 6bea7d0 into main Sep 1, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Подготовить окружение разработки
1 participant