mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-06-30 19:04:27 +00:00
ci: run dart pub get before format check
This commit is contained in:
parent
55023d2c6c
commit
ff498318db
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
- uses: dart-lang/setup-dart@v1
|
||||
with:
|
||||
sdk: stable
|
||||
- run: dart pub get
|
||||
- run: dart format --set-exit-if-changed .
|
||||
|
||||
publish-dry-run:
|
||||
|
|
|
|||
Loading…
Reference in a new issue