CI: ensure l10n files are generated
This commit is contained in:
parent
1222a711e0
commit
a0163001bd
2 changed files with 6 additions and 0 deletions
3
.github/workflows/quality-check.yml
vendored
3
.github/workflows/quality-check.yml
vendored
|
@ -28,6 +28,9 @@ jobs:
|
|||
- name: Get Flutter packages
|
||||
run: ./flutterw pub get
|
||||
|
||||
- name: Generate app localizations
|
||||
run: ./flutterw gen-l10n
|
||||
|
||||
- name: Static analysis.
|
||||
run: ./flutterw analyze
|
||||
|
||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -36,6 +36,9 @@ jobs:
|
|||
- name: Get Flutter packages
|
||||
run: ./flutterw pub get
|
||||
|
||||
- name: Generate app localizations
|
||||
run: ./flutterw gen-l10n
|
||||
|
||||
- name: Update Flutter version file
|
||||
run: scripts/update_flutter_version.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue