File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ on: # yamllint disable-line rule:truthy
66 pull_request :
77 branches :
88 - ' release-please--*'
9- push :
10- branches :
11- - ' release-please--*'
9+ push :
10+ branches :
11+ - ' release-please--*'
1212
1313permissions :
1414 pull-requests : write
Original file line number Diff line number Diff line change 22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.3 .0
5+ rev : v4.4 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : fix-encoding-pragma
1010
1111 - repo : https://github.com/commitizen-tools/commitizen
12- rev : v2.37.0
12+ rev : v2.42.1
1313 hooks :
1414 - id : commitizen
1515 stages :
1616 - commit-msg
1717
18+ - repo : https://github.com/rhysd/actionlint
19+ rev : v1.6.23
20+ hooks :
21+ - id : actionlint
22+
1823...
You can’t perform that action at this time.
0 commit comments