Skip to content

Commit

Permalink
Merge branch 'main' into feature/integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored May 23, 2024
2 parents a9c66b5 + 7ab0db9 commit f78f182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
bundler-cache: true
- name: Activate arb_utils
run: |
dart pub global activate arb_utils
dart pub global activate arb_utils 0.8.1
- name: Get dependencies
uses: maierj/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ error () {
echo ':: Sorting translation files ::'
if ! command -v dart >/dev/null 2>&1 || ! dart pub global list | grep -q arb_utils; then
echo "arb_utils is missing. Installing..."
dart pub global activate arb_utils
dart pub global activate arb_utils 0.8.1
fi
arb_utils sort lib/l10n/intl_en.arb

Expand Down

0 comments on commit f78f182

Please sign in to comment.