ci: run dart pub get before format check

This commit is contained in:
Aric Camarata 2026-03-08 15:44:00 -04:00
parent 81aa004b36
commit f96c4d1572

View file

@ -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: