Skip to content

Commit 6e27b1b

Browse files
committed
fix(ci): add fetch-depth: 0 to rule
1 parent 85111c4 commit 6e27b1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Check out repository
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Check for file changes
2527
id: check_files

0 commit comments

Comments
 (0)