Skip to content

Commit b87843e

Browse files
authored
Update preview-build.yml (#2346)
Add fetch-depth back.
1 parent 0fa6474 commit b87843e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,8 @@ jobs:
678678
steps:
679679
- name: Checkout
680680
uses: actions/checkout@v6
681+
with:
682+
fetch-depth: 0
681683
- name: Run Vale Linter
682684
uses: elastic/vale-rules/lint@main
683685
with:

0 commit comments

Comments
 (0)