ci: run dart pub get before format check

This commit is contained in:
Aric Camarata 2026-03-08 15:44:06 -04:00
parent fbb5bb5dc3
commit 1817253631

View file

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