Skip to content

Commit e498162

Browse files
committed
ci: fix cs
1 parent 5d1459b commit e498162

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/rector.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: RectoPHP
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
rector:
55
strategy:
66
matrix:
7-
php: [8.2]
7+
php: [ 8.2 ]
88
fail-fast: false
99

1010
runs-on: ubuntu-latest
@@ -13,8 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
-
17-
uses: shivammathur/setup-php@v2
16+
- uses: shivammathur/setup-php@v2
1817
with:
1918
# PHP 8.2 is required, so Rector's code is PHP 8.2 compatible even after refactoring
2019
php-version: 8.2
@@ -23,8 +22,7 @@ jobs:
2322
- run: composer install --no-progress --ansi --ignore-platform-reqs
2423
- run: ./vendor/bin/rector process --ansi
2524

26-
-
27-
uses: stefanzweifel/git-auto-commit-action@v5
25+
- uses: stefanzweifel/git-auto-commit-action@v5
2826
with:
2927
commit_message: "fix(rector): [ci-review] rectify :bug:"
3028
commit_author: 'GitHub Action <actions@github.com>'

0 commit comments

Comments
 (0)