Skip to content

Commit 059048d

Browse files
authored
Merge pull request #1388 from typed-ember/fix-commitlint
chore(ci): fix commitlint action config
2 parents bb78ef7 + 55248de commit 059048d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
steps:
2929
- name: Checkout Code
3030
uses: actions/checkout@v2
31+
# We need the `with` argument here so that force pushes (e.g. from
32+
# Renovate rebasing) work correctly.
33+
# https://github.com/wagoid/commitlint-github-action/tree/d6a383492a776126bbeba8c1d797ead4baedaaae#usage
34+
with:
35+
fetch-depth: 0
3136
- name: Commitlint
3237
uses: wagoid/[email protected]
3338

0 commit comments

Comments
 (0)