Skip to content

Feature: Reusable Workflows - #1

Open
OleksiiBulba wants to merge 1 commit into
masterfrom
feature/reusable-workflows
Open

Feature: Reusable Workflows#1
OleksiiBulba wants to merge 1 commit into
masterfrom
feature/reusable-workflows

Conversation

@OleksiiBulba

Copy link
Copy Markdown
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;

@OleksiiBulbaOleksiiBulba added the enhancement New feature or request label Jul 20, 2023
@OleksiiBulbaOleksiiBulba self-assigned this Jul 20, 2023
@OleksiiBulba
OleksiiBulbaforce-pushed the feature/reusable-workflows branch from a820d34 to 12f84a5CompareAugust 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 <obulba@epam.com>
@OleksiiBulba
OleksiiBulbaforce-pushed the feature/reusable-workflows branch from 12f84a5 to 08db20dCompareAugust 4, 2023 19:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@OleksiiBulba