Updated workflow again 2
This commit is contained in:
@@ -87,7 +87,8 @@ jobs:
|
||||
- name: Format code
|
||||
if: failure()
|
||||
run: |
|
||||
dart fix --apply
|
||||
dart fix --apply lib
|
||||
dart fix --apply test
|
||||
# Prüfen, ob Änderungen vorhanden sind
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git config --global user.name "liquid-actions[bot]"
|
||||
|
||||
Reference in New Issue
Block a user