File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ examples: "feat: add new command" or "fix: remove unused imports"
17
17
18
18
- [ ] You have read [ CONTRIBUTING] ( https://github.com/ericsizemore/phpunit-coverage-check/blob/master/CONTRIBUTING.md )
19
19
- [ ] If documentation is needed for this change, has that been included in this pull request
20
- - [ ] run ` composer run-script test ` and ensure you have test coverage for the lines you are introducing
20
+ - [ ] run ` composer run-script phpunit ` and ensure you have test coverage for the lines you are introducing
21
21
- [ ] run ` composer run-script phpstan ` and fix any issues that you have introduced
22
- - [ ] run ` composer run-script cs :check ` and fix any issues that you have introduced
22
+ - [ ] run ` composer run-script phpcs :check ` and fix any issues that you have introduced
23
23
24
24
### Reviewer
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Release
4
4
on :
5
5
workflow_dispatch :
6
6
push :
7
- branches : [ main ]
7
+ branches : [ master ]
8
8
pull_request : ~
9
9
schedule :
10
10
- cron : " 15 9 */3 * *"
You can’t perform that action at this time.
0 commit comments