File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed
Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 11name : Build
22
3+ permissions :
4+ contents : read
5+
36on :
47 push :
58 branches :
912 - v[0-9]+.[0-9]+.[0-9]+
1013 pull_request :
1114 workflow_dispatch :
15+
1216jobs :
1317 test :
1418 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5- # PHPMD is a spin-off project of PHP Depend and
6- # aims to be a PHP equivalent of the well known Java tool PMD.
7- # What PHPMD does is: It takes a given PHP source code base
8- # and look for several potential problems within that source.
9- # These problems can be things like:
10- # Possible bugs
11- # Suboptimal code
12- # Overcomplicated expressions
13- # Unused parameters, methods, properties
14- # More details at https://phpmd.org/
15-
161name : PHPMD
172
3+ permissions :
4+ contents : read
5+
186on :
197 push :
208 branches : [ "develop" ]
2412 schedule :
2513 - cron : ' 26 2 * * 0'
2614
27- permissions :
28- contents : read
29-
3015jobs :
3116 PHPMD :
3217 name : Run PHPMD scanning
You can’t perform that action at this time.
0 commit comments