File tree 3 files changed +32
-14
lines changed
3 files changed +32
-14
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ permissions:
12
12
contents : read
13
13
14
14
jobs :
15
- check-conventional-commits :
16
- uses : cocogitto/cocogitto-action@v3
15
+ conventional-commit-check :
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - uses : actions/checkout@v4
19
+ with :
20
+ fetch-depth : 0
21
+ - name : Conventional commit check
22
+ uses : cocogitto/cocogitto-action@v3
17
23
18
24
linting-pr :
19
25
runs-on : ubuntu-latest
20
26
needs :
21
- - check- conventional-commits
27
+ - conventional-commit-check
22
28
steps :
23
29
- uses : actions/checkout@v4
24
30
Original file line number Diff line number Diff line change @@ -20,8 +20,14 @@ permissions:
20
20
id-token : write # This is required for requesting the JWT
21
21
22
22
jobs :
23
- check-conventional-commits :
24
- uses : cocogitto/cocogitto-action@v3
23
+ conventional-commit-check :
24
+ runs-on : ubuntu-latest
25
+ steps :
26
+ - uses : actions/checkout@v4
27
+ with :
28
+ fetch-depth : 0
29
+ - name : Conventional commit check
30
+ uses : cocogitto/cocogitto-action@v3
25
31
26
32
linting :
27
33
runs-on : ubuntu-latest
44
50
runs-on : ubuntu-latest
45
51
needs :
46
52
- linting
47
- - check- conventional-commits
53
+ - conventional-commit-check
48
54
steps :
49
55
- uses : actions/checkout@v4
50
56
67
73
working-directory : rates
68
74
needs :
69
75
- linting
70
- - check- conventional-commits
76
+ - conventional-commit-check
71
77
steps :
72
78
- uses : actions/checkout@v4
73
79
87
93
runs-on : ubuntu-latest
88
94
needs :
89
95
- linting
90
- - check- conventional-commits
96
+ - conventional-commit-check
91
97
steps :
92
98
- name : Placeholder for unit test
93
99
run : |
97
103
runs-on : ubuntu-latest
98
104
needs :
99
105
- linting
100
- - check- conventional-commits
106
+ - conventional-commit-check
101
107
steps :
102
108
- name : Set up QEMU
103
109
uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change @@ -16,13 +16,19 @@ permissions:
16
16
id-token : write # This is required for requesting the JWT
17
17
18
18
jobs :
19
- check-conventional-commits :
20
- uses : cocogitto/cocogitto-action@v3
19
+ conventional-commit-check :
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v4
23
+ with :
24
+ fetch-depth : 0
25
+ - name : Conventional commit check
26
+ uses : cocogitto/cocogitto-action@v3
21
27
22
28
run-unit-tests :
23
29
runs-on : ubuntu-latest
24
30
needs :
25
- - check- conventional-commits
31
+ - conventional-commit-check
26
32
defaults :
27
33
run :
28
34
working-directory : infrastructure/bootstrap
73
79
terraform-compliance :
74
80
runs-on : ubuntu-latest
75
81
needs :
76
- - check- conventional-commits
82
+ - conventional-commit-check
77
83
defaults :
78
84
run :
79
85
working-directory : infrastructure/bootstrap
@@ -126,7 +132,7 @@ jobs:
126
132
tf-code-lint-and-sast :
127
133
runs-on : ubuntu-latest
128
134
needs :
129
- - check- conventional-commits
135
+ - conventional-commit-check
130
136
defaults :
131
137
run :
132
138
working-directory : infrastructure/bootstrap
You can’t perform that action at this time.
0 commit comments