File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ permissions:
1212 contents : read
1313
1414jobs :
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
1723
1824 linting-pr :
1925 runs-on : ubuntu-latest
2026 needs :
21- - check- conventional-commits
27+ - conventional-commit-check
2228 steps :
2329 - uses : actions/checkout@v4
2430
Original file line number Diff line number Diff line change @@ -20,8 +20,14 @@ permissions:
2020 id-token : write # This is required for requesting the JWT
2121
2222jobs :
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
2531
2632 linting :
2733 runs-on : ubuntu-latest
4450 runs-on : ubuntu-latest
4551 needs :
4652 - linting
47- - check- conventional-commits
53+ - conventional-commit-check
4854 steps :
4955 - uses : actions/checkout@v4
5056
Original file line number Diff line number Diff line change @@ -16,13 +16,19 @@ permissions:
1616 id-token : write # This is required for requesting the JWT
1717
1818jobs :
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
2127
2228 run-unit-tests :
2329 runs-on : ubuntu-latest
2430 needs :
25- - check- conventional-commits
31+ - conventional-commit-check
2632 defaults :
2733 run :
2834 working-directory : infrastructure/bootstrap
You can’t perform that action at this time.
0 commit comments