Skip to content

Commit 6da0660

Browse files
committed
restore prune step
1 parent 0702c65 commit 6da0660

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666

67-
# - name: Prune repository
68-
# uses: ./.github/actions/prune-repository
69-
# with:
70-
# scope: ${{ matrix.name }}
67+
- name: Prune repository
68+
uses: ./.github/actions/prune-repository
69+
with:
70+
scope: ${{ matrix.name }}
7171

7272
- name: Find lint steps to run
7373
id: lints

0 commit comments

Comments
 (0)