Commit 2cf8fba
committed
Use shallow clone to optimize rule repository fetch.
Added the `--depth 1` flag to the `git clone` command to reduce the clone size and download time by fetching only the latest commit. This improves performance and minimizes unnecessary data transfer.1 parent d597571 commit 2cf8fba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments