Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 2, 2023
1 parent 31fa8e3 commit 6dd31bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downgraded_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: rector-local/vendor/bin/rector process bin src vendor --config build/rector-downgrade-php-72.php --ansi

# fix coding standard, so code looks nice
- run: bin/ecs check src --fix --ansi
- run: vendor/bin/ecs check src --fix --ansi

# clear the dev files
- run: rm -rf tests ecs.php phpstan.neon phpunit.xml .gitignore .editorconfig
Expand Down

0 comments on commit 6dd31bc

Please sign in to comment.