chore: Check if pubspec.lock is up to date in CI
This commit is contained in:
parent
a7019f891e
commit
a91e35bb0b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
cache: true
|
cache: true
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- name: Check if pubspec.lock is up to date
|
||||||
|
run: git diff --exit-code pubspec.lock
|
||||||
- run: flutter gen-l10n
|
- run: flutter gen-l10n
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: dart format lib/ test/ --set-exit-if-changed
|
run: dart format lib/ test/ --set-exit-if-changed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue