Skip to content

Commit cb28c5a

Browse files
workflows: use cleanup-space composite action in lint-check step
1 parent 0343d14 commit cb28c5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242

43+
- name: Clean up runner space
44+
uses: ./.github/actions/cleanup-space
45+
4346
- name: setup go ${{ env.GO_VERSION }}
4447
uses: actions/setup-go@v5
4548
with:

0 commit comments

Comments
 (0)