File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ phpunit.evergreen.xml export-ignore
15
15
phpunit.xml.dist export-ignore
16
16
psalm.xml.dist export-ignore
17
17
psalm-baseline.xml export-ignore
18
+ rector.php export-ignore
18
19
19
20
# Prevent generated build files from showing diffs in pull requests
20
21
.evergreen /config /generated /** linguist-generated =true
Original file line number Diff line number Diff line change 12
12
- " v*.*"
13
13
- " master"
14
14
- " feature/*"
15
- workflow_call :
16
- inputs :
17
- ref :
18
- description : " The git ref to check"
19
- type : string
20
- required : true
21
15
22
16
env :
23
17
PHP_VERSION : " 8.2"
34
28
- name : " Checkout"
35
29
uses : " actions/checkout@v4"
36
30
with :
37
- ref : ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }}
31
+ fetch-depth : 2
38
32
39
33
- name : " Setup"
40
34
uses : " ./.github/actions/setup"
You can’t perform that action at this time.
0 commit comments