diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6a2f96..d0529ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,9 +47,6 @@ jobs: - name: Auto-fix linting issues run: dart fix --apply - - name: Format code - run: dart format . - - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dd1977c9..0da6198a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -51,9 +51,6 @@ jobs: - name: Auto-fix linting issues run: dart fix --apply - - name: Format code - run: dart format . - - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fec4d8cb..aa26762c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,9 +37,6 @@ jobs: - name: Auto-fix linting issues run: dart fix --apply - - name: Format code - run: dart format . - - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5 with: