step names
Этот коммит содержится в:
коммит произвёл
yasserfaraazkhan
родитель
25b9c0e3f0
Коммит
afa3a7eb8f
4
.github/workflows/channels-ci.yml
поставляемый
4
.github/workflows/channels-ci.yml
поставляемый
@@ -83,12 +83,12 @@ jobs:
|
|||||||
npm run mmjstool -- i18n clean-empty --webapp-dir ./src --mobile-dir /tmp/fake-mobile-dir --check
|
npm run mmjstool -- i18n clean-empty --webapp-dir ./src --mobile-dir /tmp/fake-mobile-dir --check
|
||||||
npm run mmjstool -- i18n check-empty-src --webapp-dir ./src --mobile-dir /tmp/fake-mobile-dir
|
npm run mmjstool -- i18n check-empty-src --webapp-dir ./src --mobile-dir /tmp/fake-mobile-dir
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
- name: ci/lint
|
- name: ci/lint-boards
|
||||||
working-directory: webapp/boards
|
working-directory: webapp/boards
|
||||||
run: |
|
run: |
|
||||||
npm run i18n-extract
|
npm run i18n-extract
|
||||||
git --no-pager diff --exit-code i18n/en.json || (echo "Please run \"cd webapp/boards && npm run i18n-extract\" and commit the changes in webapp/boards/i18n/en.json." && exit 1)
|
git --no-pager diff --exit-code i18n/en.json || (echo "Please run \"cd webapp/boards && npm run i18n-extract\" and commit the changes in webapp/boards/i18n/en.json." && exit 1)
|
||||||
- name: ci/lint
|
- name: ci/lint-playbooks
|
||||||
working-directory: webapp/playbooks
|
working-directory: webapp/playbooks
|
||||||
run: |
|
run: |
|
||||||
npm run i18n-extract
|
npm run i18n-extract
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user