Skip to content

Commit 5219c2e

Browse files
committed
[Actions] Updated .github/workflows/pr-lint.yml
1 parent 37eaedd commit 5219c2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pr-lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))
6969
uses: actions/checkout@v5.0.0
7070
with:
71+
clean: true
7172
fetch-depth: 0
7273
fetch-tags: true
7374

@@ -105,6 +106,7 @@ jobs:
105106
- name: "Checkout Source"
106107
uses: actions/checkout@v5.0.0
107108
with:
109+
clean: true
108110
fetch-depth: 0
109111
fetch-tags: true
110112

@@ -236,6 +238,7 @@ jobs:
236238
- name: "Checkout Source"
237239
uses: actions/checkout@v5.0.0
238240
with:
241+
clean: true
239242
fetch-depth: 0
240243
fetch-tags: true
241244

@@ -271,6 +274,7 @@ jobs:
271274
- name: "Checkout Source"
272275
uses: actions/checkout@v5.0.0
273276
with:
277+
clean: true
274278
fetch-depth: 0
275279
fetch-tags: true
276280

@@ -298,6 +302,7 @@ jobs:
298302
- name: "Checkout Source"
299303
uses: actions/checkout@v5.0.0
300304
with:
305+
clean: true
301306
fetch-depth: 0
302307
fetch-tags: true
303308

@@ -325,6 +330,7 @@ jobs:
325330
- name: "Checkout Source"
326331
uses: actions/checkout@v5.0.0
327332
with:
333+
clean: true
328334
fetch-depth: 0
329335
fetch-tags: true
330336

@@ -364,6 +370,7 @@ jobs:
364370
if: steps.visibility.outputs.is_public == 'true'
365371
uses: actions/checkout@v5.0.0
366372
with:
373+
clean: true
367374
fetch-depth: 0
368375
fetch-tags: true
369376

@@ -393,6 +400,7 @@ jobs:
393400
- name: "Checkout Source"
394401
uses: actions/checkout@v5.0.0
395402
with:
403+
clean: true
396404
fetch-depth: 0
397405
fetch-tags: true
398406

@@ -422,6 +430,7 @@ jobs:
422430
- name: "Checkout Source"
423431
uses: actions/checkout@v5.0.0
424432
with:
433+
clean: true
425434
fetch-depth: 0
426435
fetch-tags: true
427436

0 commit comments

Comments
 (0)