We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb78ef7 + 55248de commit 059048dCopy full SHA for 059048d
.github/workflows/ci.yml
@@ -28,6 +28,11 @@ jobs:
28
steps:
29
- name: Checkout Code
30
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
36
- name: Commitlint
37
uses: wagoid/[email protected]
38
0 commit comments