Skip to content

Commit

Permalink
removed env step, commented out arb_utils to test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jan 15, 2024
1 parent 1c88936 commit 7fb2936
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' # optional, change this to specify the cache path
architecture: x64 # optional, x64 or arm64

- name: Create Empty .env File
run: echo "#" > .env

- name: Dependencies
run: flutter pub get

Expand All @@ -36,8 +33,8 @@ jobs:
- name: Copy translation file
run: cp ./lib/l10n/app_en.arb ./lib/l10n/app_en_tmp.arb

- name: Format translation file
run: arb_utils sort ./lib/l10n/app_en.arb
# - name: Format translation file
# run: arb_utils sort ./lib/l10n/app_en.arb

- name: Check sorted translations against reference
run: |
Expand Down

0 comments on commit 7fb2936

Please sign in to comment.