Skip to content

Commit

Permalink
Revert "Try gen l10n explicitely in CI"
Browse files Browse the repository at this point in the history
This reverts commit f1b7ac9.
  • Loading branch information
veloce committed Apr 10, 2024
1 parent f1b7ac9 commit 99447bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Code generation
run: dart run build_runner build

- name: Generate l10n
run: flutter gen-l10n

- name: Verify formatting
run: |
dart format --output=none --set-exit-if-changed $(find lib -name "*.dart" -not \( -name "*.*freezed.dart" -o -name "*.*g.dart" \) )
Expand Down

0 comments on commit 99447bd

Please sign in to comment.