Workflows um Format Stage erweitern #175
@@ -87,10 +87,12 @@ jobs:
|
|||||||
- name: Format code
|
- name: Format code
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin ${{ gitea.head_ref }}
|
||||||
git checkout ${{ gitea.head_ref }}
|
git checkout ${{ gitea.head_ref }}
|
||||||
|
|
||||||
dart fix --apply lib
|
dart fix --apply lib
|
||||||
dart fix --apply test
|
dart fix --apply test
|
||||||
# Prüfen, ob Änderungen vorhanden sind
|
|
||||||
if [ -n "$(git status --porcelain lib test)" ]; then
|
if [ -n "$(git status --porcelain lib test)" ]; then
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user