File tree Expand file tree Collapse file tree 2 files changed +36
-5
lines changed Expand file tree Collapse file tree 2 files changed +36
-5
lines changed Original file line number Diff line number Diff line change
1
+ policies :
2
+ - type : commit
3
+ spec :
4
+ header :
5
+ length : 89
6
+ imperative : true
7
+ case : lower
8
+ invalidLastCharacters : .
9
+ spellcheck :
10
+ locale : US
11
+ maximumOfOneCommit : true
12
+ conventional :
13
+ types :
14
+ - " chore"
15
+ - " refactor"
16
+ - " fix"
17
+ - " feat"
18
+ - " build"
19
+ - " style"
20
+ - " test"
21
+ - " docs"
22
+ - " perf"
23
+ - " ci"
24
+ - " revert"
25
+ scopes :
26
+ - " format"
27
+ - " ci"
28
+ - " build"
29
+ descriptionLength : 72
Original file line number Diff line number Diff line change 11
11
kubernetes : ['v1.17.13','v1.18.12','v1.19.4']
12
12
steps :
13
13
- uses : actions/checkout@v2
14
+ - name : Format code
15
+ uses : axel-op/googlejavaformat-action@v3
16
+ with :
17
+ commitMessage : " chore(format): re-format code"
18
+ args : " --replace"
19
+ - name : Check commit format
20
+ uses : talos-systems/conform@v0.1.0-alpha.20
14
21
- uses : actions/cache@v2
15
22
with :
16
23
path : ~/.m2/repository
21
28
uses : actions/setup-java@v1
22
29
with :
23
30
java-version : ${{ matrix.java }}
24
- - name : Format code
25
- uses : axel-op/googlejavaformat-action@v3
26
- with :
27
- commitMessage : " chore(format): re-format code"
28
- args : " --replace"
29
31
- name : Run unit tests
30
32
run : mvn -B test -P no-integration-tests --file pom.xml
31
33
- name : Set up Minikube
You can’t perform that action at this time.
0 commit comments