Skip to content

Commit

Permalink
ci(commitlint): add fetch-depth limit back
Browse files Browse the repository at this point in the history
Nargonath committed Feb 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f644c11 commit 31654d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ jobs:
steps:
- name: Fetch codebase
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with:

0 comments on commit 31654d0

Please sign in to comment.