mirror of
https://github.com/acamarata/moon-sighting-dart.git
synced 2026-07-01 03:04:36 +00:00
ci: run dart pub get before format check
This commit is contained in:
parent
fbb5bb5dc3
commit
1817253631
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue