From 18172536311834ea13fbdfe4bc7515b1a6027279 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 15:44:06 -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 4c0728e..0c1b873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - run: dart pub get - run: dart analyze --fatal-infos - run: dart test + - run: dart pub get - run: dart format --set-exit-if-changed . publish-check: