Add lingui step to Lint workflow
This commit is contained in:
@@ -37,3 +37,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
yarn test --forceExit
|
yarn test --forceExit
|
||||||
|
- name: Check for i18n
|
||||||
|
run: yarn intl:extract && git diff-index --quiet HEAD || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user