File tree Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 11name : Generator
2+
23on :
34 workflow_dispatch :
45 schedule :
56 - cron : ' 0 0 * * 0'
67
8+ permissions :
9+ contents : write
10+ pull-requests : write
11+
712env :
813 API_SPEC_MANIFEST : https://toshy.github.io/bunnynet-openapi-specification/manifest.json
914
Original file line number Diff line number Diff line change 11name : PHPCS
2+
23on :
34 push :
45 branches :
78 branches :
89 - master
910
11+ permissions :
12+ contents : read
13+
1014jobs :
1115 phpcs :
1216 name : PHP CS Fixer
Original file line number Diff line number Diff line change 11name : PHPMD
2+
23on :
34 push :
45 branches :
78 branches :
89 - master
910
11+ permissions :
12+ contents : read
13+
1014jobs :
1115 phpmd :
1216 name : PHPMD
Original file line number Diff line number Diff line change 11name : PHPStan
2+
23on :
34 push :
45 branches :
78 branches :
89 - master
910
11+ permissions :
12+ contents : read
13+
1014jobs :
1115 phpcs :
1216 name : PHPStan
Original file line number Diff line number Diff line change 11name : PHPUnit
2+
23on :
34 push :
45 branches :
78 branches :
89 - master
910
11+ permissions :
12+ contents : read
13+
1014jobs :
1115 phpcs :
1216 name : PHPUnit
Original file line number Diff line number Diff line change 11name : Security Check
2+
23on :
34 push :
45 branches :
910 schedule :
1011 - cron : ' 0 3 * * 0'
1112
13+ permissions :
14+ contents : read
15+
1216jobs :
1317 build :
1418 name : Security check
You can’t perform that action at this time.
0 commit comments