Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 28, 2023
1 parent 8a0b838 commit 2ae2430
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/rector-github-action-check.yaml
Expand Up @@ -22,16 +22,14 @@ jobs:
-
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: __PHP_VERSION__
coverage: none

- uses: "ramsey/composer-install@v2"

## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anything in the future
## here can't be --dry-run, it would stop the job
- run: vendor/bin/rector --ansi

- run: vendor/bin/ecs check --fix --ansi

# see https://github.com/EndBug/add-and-commit
-
# commit only to core contributors who have repository access
Expand Down

0 comments on commit 2ae2430

Please sign in to comment.