Skip to content

Commit

Permalink
tmp: extact locales
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jan 19, 2024
1 parent 0586929 commit e07c491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
cache: 'yarn'
- name: Install node_modules
run: yarn install --frozen-lockfile
- run: yarn lint
- name: Extract locales
run: yarn extract-locales
- name: Diff changes

0 comments on commit e07c491

Please sign in to comment.