Workflows um Format Stage erweitern #175
@@ -83,12 +83,13 @@ jobs:
|
||||
|
||||
- name: Check code format
|
||||
run: |
|
||||
flutter format --set-exit-if-changed .
|
||||
flutter analyze
|
||||
|
||||
|
||||
- name: Format code
|
||||
if: failure()
|
||||
run: |
|
||||
flutter format .
|
||||
dart fix --apply
|
||||
git config --global user.name "liquid-actions[bot]"
|
||||
git config --global user.email "gitea@liquid-dev.de"
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user