Workflows um Format Stage erweitern #175
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user