mirror of
https://github.com/acamarata/pray-calc-dart.git
synced 2026-07-03 04:10:38 +00:00
ci: run dart pub get before format check
This commit is contained in:
parent
0c152c4860
commit
e41b4c96b1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
- uses: dart-lang/setup-dart@v1
|
- uses: dart-lang/setup-dart@v1
|
||||||
with:
|
with:
|
||||||
sdk: stable
|
sdk: stable
|
||||||
|
- 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