File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : SE-UUlm/snowballr-ci/src/ensure-linear-history@v1
2121 with :
2222 target-branch : main
23+
24+ ensure-conventional-commits :
25+ name : Ensure Conventional Commits
26+ runs-on : ubuntu-latest
27+ steps :
28+ - name : Checkout repository
29+ uses : actions/checkout@v7
30+ with :
31+ fetch-depth : 0
32+ ref : ${{ github.head_ref }}
33+
34+ - name : Run Check
35+ uses : SE-UUlm/snowballr-ci/src/ensure-conventional-commits@feat/25-feature-add-more-git-conventions
36+ with :
37+ target-branch : main
38+
39+ ensure-conventional-branches :
40+ name : Ensure Conventional Branches
41+ runs-on : ubuntu-latest
42+ steps :
43+ - name : Checkout repository
44+ uses : actions/checkout@v7
45+
46+ - name : Run Check
47+ uses : SE-UUlm/snowballr-ci/src/ensure-conventional-branches@feat/25-feature-add-more-git-conventions
48+ with :
49+ branch-name : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments