From f96c4d1572904827c568d16c6698ca7cf5a54373 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 15:44:00 -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: