Skip to content

Commit fbd1c70

Browse files
committed
chore: shallow GIT clone
1 parent 3b83e88 commit fbd1c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
with:
21+
fetch-depth: 1
2022

2123
- name: Install `yamllint`
2224
run: pip install --requirement=.github/workflows/requirements.txt

0 commit comments

Comments
 (0)