Added checkout again
Some checks failed
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Failing after 2m12s

This commit is contained in:
2026-01-17 19:46:38 +01:00
parent 4bf39e8bba
commit 6a79b7cad9

View File

@@ -87,6 +87,7 @@ jobs:
- name: Format code
if: failure()
run: |
git checkout ${{ gitea.head_ref }}
dart fix --apply lib
dart fix --apply test
# Prüfen, ob Änderungen vorhanden sind