diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 7f85a05..58f29e5 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -87,11 +87,13 @@ jobs: - name: Auto-format run: | - dart format lib + dart format lib dart fix --apply lib - name: Commit Changes run: | - git add . + git status + git add lib/ + git status git commit -m "Actions: Auto-formatting [skip ci]" git push