File tree Expand file tree Collapse file tree 3 files changed +5
-295
lines changed
Expand file tree Collapse file tree 3 files changed +5
-295
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ run-name: Lint sources
44on :
55 push :
66 pull_request :
7- branches : [main, develop]
7+ branches : [main, develop, release_* ]
88
99jobs :
1010 lint :
Original file line number Diff line number Diff line change 88 - id : check-yaml
99 - id : double-quote-string-fixer
1010 - id : check-shebang-scripts-are-executable
11- exclude : tools/docker/docker.sh
1211 - id : check-executables-have-shebangs
1312 - id : detect-private-key
1413 - repo : ' https://github.com/jumanjihouse/pre-commit-hooks'
1514 rev : 3.0.0
1615 hooks :
17- - id : shellcheck
18- exclude : tools/docker/docker.sh
1916 - id : script-must-have-extension
2017 - id : git-dirty
2118 - id : git-check
19+ - repo : ' https://github.com/koalaman/shellcheck-precommit'
20+ rev : v0.7.2
21+ hooks :
22+ - id : shellcheck
2223 - repo : local # check java files format use a customized script
2324 hooks :
2425 - id : checkstyle
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments