chore(ci): remove cleanup step from linters.yml

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-11 15:34:13 +02:00
committed by GitHub
parent 0c93dd9ad8
commit 5fdd26bf80

View File

@@ -20,11 +20,6 @@ jobs:
steps:
- name: Clean up previous checkouts
shell: bash
run: |
rm -rf ${{ github.workspace }} || true
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: GitHub Actions