File tree 3 files changed +15
-18
lines changed
3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: "Coding Standards"
3
3
on :
4
4
pull_request :
5
5
paths :
6
- - ' source/**/*.php'
6
+ - " source/**/*.php"
7
+ - " .github/workflows/*.yml"
7
8
8
9
env :
9
10
PHP_VERSION : " 8.2"
29
30
# The -q option is required until phpcs v4 is released
30
31
- name : " Run PHP_CodeSniffer"
31
32
run : " vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
32
-
33
- rector :
34
- name : " Rector"
35
- runs-on : " ubuntu-22.04"
36
-
37
- steps :
38
- - name : " Checkout"
39
- uses : " actions/checkout@v4"
40
-
41
- - name : " Setup"
42
- uses : " ./.github/actions/setup"
43
- with :
44
- php-version : ${{ env.PHP_VERSION }}
45
- driver-version : ${{ env.DRIVER_VERSION }}
46
-
47
- - name : " Run Rector"
48
- run : " vendor/bin/rector --ansi --dry-run"
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- " source/**/*.php"
7
+ - " .github/workflows/*.yml"
7
8
workflow_call :
8
9
inputs :
9
10
ref :
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " mongodb/docs-php-library" ,
3
+ "description" : " MongoDB PHP Library Documentation" ,
4
+ "require" : {
5
+ "mongodb/mongodb" : " ^1.20"
6
+ },
7
+ "require-dev" : {
8
+ "doctrine/coding-standard" : " ^12.0" ,
9
+ "squizlabs/php_codesniffer" : " ^3.7" ,
10
+ "vimeo/psalm" : " ^5.13"
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments