From e41b4c96b1b469c80373a92793f99a6c3663c7dd Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 15:44:01 -0400 Subject: [PATCH] ci: run dart pub get before format check --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c434c..8cd5e7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - uses: dart-lang/setup-dart@v1 with: sdk: stable + - run: dart pub get - run: dart format --set-exit-if-changed . publish-check: