Add gen step

This commit is contained in:
Anton Tananaev 2025-06-05 21:25:51 -07:00
parent 3648c2681b
commit c591df2f04

View file

@ -13,4 +13,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
- run: flutter pub get - run: flutter pub get
- run: flutter gen-l10n
- run: flutter analyze - run: flutter analyze