ci: run dart pub get before format check

This commit is contained in:
Aric Camarata 2026-03-08 15:44:01 -04:00
parent 0c152c4860
commit e41b4c96b1

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: