Updated formatting
Some checks failed
Pull Request Pipeline / lint (pull_request) Waiting to run
Pull Request Pipeline / test (pull_request) Waiting to run
Pull Request Pipeline / format (pull_request) Has been cancelled

This commit is contained in:
2026-01-17 19:12:52 +01:00
parent 929183109c
commit b53bb597e1

View File

@@ -83,12 +83,13 @@ jobs:
- name: Check code format - name: Check code format
run: | run: |
flutter format --set-exit-if-changed . flutter analyze
- name: Format code - name: Format code
if: failure() if: failure()
run: | run: |
flutter format . dart fix --apply
git config --global user.name "liquid-actions[bot]" git config --global user.name "liquid-actions[bot]"
git config --global user.email "gitea@liquid-dev.de" git config --global user.email "gitea@liquid-dev.de"
git add . git add .