Fixed formatting in workflow. Fixed invalid image link in readme

This commit is contained in:
2025-06-08 16:52:57 +02:00
parent bb5dffe395
commit 6b17296139
2 changed files with 6 additions and 4 deletions

View File

@@ -11,8 +11,9 @@ jobs:
steps:
- name: Clean up Environment
run: rm -rf ./*
rm -rf ./.??*
run: |
rm -rf ./*
rm -rf ./.??*
- uses: actions/checkout@v3