Updated workflow again 2
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 3m13s

This commit is contained in:
2026-01-17 19:28:19 +01:00
parent 196b939ca7
commit b763375748

View File

@@ -87,7 +87,8 @@ jobs:
- name: Format code - name: Format code
if: failure() if: failure()
run: | run: |
dart fix --apply dart fix --apply lib
dart fix --apply test
# Prüfen, ob Änderungen vorhanden sind # Prüfen, ob Änderungen vorhanden sind
if [ -n "$(git status --porcelain)" ]; then if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "liquid-actions[bot]" git config --global user.name "liquid-actions[bot]"