Skip to content

Commit ed0a7a0

Browse files
committed
fix: clean up dotnet temporary folder in pre-commit workflow
1 parent 713d2dc commit ed0a7a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-commit-format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
python-version: '3.10'
3333

34+
- name: Clean dotnet temporary folder
35+
run: |
36+
sudo rm -rf /tmp/.dotnet
37+
3438
- name: Install pre-commit and dependencies
3539
run: |
3640
pip install pre-commit

0 commit comments

Comments
 (0)