Skip to content

Commit 79cbb11

Browse files
author
Sam Harrison
committed
fix: disable shallow cloning
1 parent 60b355f commit 79cbb11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Checkout twilio-go
4040
uses: actions/checkout@v2
41+
with:
42+
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4143

4244
- name: Build
4345
run: make install

0 commit comments

Comments
 (0)