ci: run dart pub get before format check

This commit is contained in:
Aric Camarata 2026-03-08 15:44:03 -04:00
parent ba0061ae60
commit c21c38bd90

View file

@ -20,6 +20,7 @@ jobs:
- run: dart pub get
- run: dart analyze
- run: dart test
- run: dart pub get
- run: dart format --set-exit-if-changed .
publish-check: