mirror of
https://github.com/acamarata/hijri-core-dart.git
synced 2026-07-02 11:40:41 +00:00
ci: run dart pub get before format check
This commit is contained in:
parent
ba0061ae60
commit
c21c38bd90
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 pub get
|
||||||
- run: dart analyze
|
- run: dart analyze
|
||||||
- run: dart test
|
- run: dart test
|
||||||
|
- run: dart pub get
|
||||||
- run: dart format --set-exit-if-changed .
|
- run: dart format --set-exit-if-changed .
|
||||||
|
|
||||||
publish-check:
|
publish-check:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue