File tree Expand file tree Collapse file tree 4 files changed +25
-18
lines changed Expand file tree Collapse file tree 4 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
- - name : Ask a question
4
- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/discussions /new?category=q-a
5
- about : Ask the community for help
6
- - name : Request a feature
7
- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/discussions /new?category=ideas
8
- about : Share ideas for new features
9
- - name : Report a bug
10
- url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues/new
11
- about : Report a reproducable bug
3
+ - name : Ask a question
4
+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues /new
5
+ about : Ask the community for help
6
+ - name : Request a feature
7
+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues /new
8
+ about : Share ideas for new features
9
+ - name : Report a bug
10
+ url : https://github.com/codebar-ag/laravel-flysystem-cloudinary/issues/new
11
+ about : Report a reproducable bug
Original file line number Diff line number Diff line change 1
- name : Check & fix styling
1
+ name : Fix PHP code style issues
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - styling
5
+ paths :
6
+ - ' **.php'
7
+
8
+ permissions :
9
+ contents : write
7
10
8
11
jobs :
9
- php-cs-fixer :
12
+ php-code-styling :
10
13
runs-on : ubuntu-latest
11
14
12
15
steps :
15
18
with :
16
19
ref : ${{ github.head_ref }}
17
20
18
- - name : Run PHP CS Fixer
19
- uses : docker://oskarstark/php-cs-fixer-ga
20
- with :
21
- args : --config=.php-cs-fixer.dist.php --allow-risky=yes
21
+ - name : Fix PHP code style issues
22
+
22
23
23
24
- name : Commit changes
24
25
uses : stefanzweifel/git-auto-commit-action@v4
Original file line number Diff line number Diff line change 15
15
os : [ ubuntu-latest, windows-latest ]
16
16
php : [ 8.2 ]
17
17
laravel : [ 10.* ]
18
- stability : [ prefer-lowest, prefer- stable ]
18
+ stability : [ prefer-stable ]
19
19
include :
20
20
- laravel : 10.*
21
21
testbench : 8.*
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ test ('it will not use any debug function ' )
4
+ ->expect (['dd ' , 'ray ' , 'dump ' ])
5
+ ->not ()
6
+ ->toBeUsed ();
You can’t perform that action at this time.
0 commit comments