Skip to content

Commit

Permalink
Проверять кодстайл и доступные рефакторинги при пуше
Browse files Browse the repository at this point in the history
  • Loading branch information
ilimurzin committed Aug 29, 2024
1 parent 8e26b30 commit 8e73ad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
- name: Check code style
run: composer cs-check

# - name: Run test suite
# run: composer run-script test
- name: Check rector
run: composer rector-check

0 comments on commit 8e73ad8

Please sign in to comment.