Updated workflow again 2
This commit is contained in:
@@ -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]"
|
||||||
|
|||||||
Reference in New Issue
Block a user