chore: Check if pubspec.lock is up to date in CI

This commit is contained in:
Christian Kußowski 2026-02-27 18:32:47 +01:00
parent a7019f891e
commit a91e35bb0b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -17,6 +17,8 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
- run: flutter pub get
- name: Check if pubspec.lock is up to date
run: git diff --exit-code pubspec.lock
- run: flutter gen-l10n
- name: Check formatting
run: dart format lib/ test/ --set-exit-if-changed