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

Feature: Reusable Workflows #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OleksiiBulba
Copy link
Member

  • Added reusable workflows:
    • coding-standards.yml - phpcs, phpmd, php-cs-fixer;
    • composer-lint.yml - composer validate, normalize;
    • continuous-integration.yaml - phpunit;
    • static-analysis.yml - phpstan, psalm;

@OleksiiBulba OleksiiBulba added the enhancement New feature or request label Jul 20, 2023
@OleksiiBulba OleksiiBulba self-assigned this Jul 20, 2023
@OleksiiBulba OleksiiBulba requested a review from Asisyas July 20, 2023 21:33
@OleksiiBulba OleksiiBulba force-pushed the feature/reusable-workflows branch from a820d34 to 12f84a5 Compare August 4, 2023 17:57
- Added reusable workflows:
  - coding-standards.yml - phpcs, phpmd, php-cs-fixer;
  - composer-lint.yml - composer validate, normalize;
  - continuous-integration.yaml - phpunit;
  - static-analysis.yml - phpstan, psalm;

Signed-off-by: Oleksii Bulba <[email protected]>
@OleksiiBulba OleksiiBulba force-pushed the feature/reusable-workflows branch from 12f84a5 to 08db20d Compare August 4, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant