From d2ee043a51617131452ef196f5bbb26b58fde3e3 Mon Sep 17 00:00:00 2001 From: "Omer I.S." Date: Mon, 16 Feb 2026 00:05:52 +0200 Subject: [PATCH] Workflow update --- .github/workflows/ci.yml | 3 --- .github/workflows/nightly.yml | 3 --- .github/workflows/release.yml | 3 --- 3 files changed, 9 deletions(-) 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: