The Wayback Machine - https://web.archive.org/web/20220125090950/https://github.com/arduino/arduino-cli/pull/1578/files
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance i18n:check task #1578

Merged
merged 1 commit into from Dec 2, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -32,5 +32,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Check i18n source file is up to date
- name: Check i18n source and translation files are up to date
run: task i18n:check
env:
TRANSIFEX_PROJECT: ${{ secrets.TRANSIFEX_PROJECT }}
TRANSIFEX_RESOURCE: ${{ secrets.TRANSIFEX_RESOURCE }}
TRANSIFEX_API_KEY: ${{ secrets.TRANSIFEX_API_KEY }}
@@ -266,7 +266,6 @@ tasks:
cmds:
- task: go:vet
- task: go:lint
- task: i18n:check
- task: python:lint
- task: protoc:check

@@ -299,7 +298,7 @@ tasks:
i18n:check:
desc: Check if the i18n message catalog was updated
cmds:
- task: i18n:update
- task: i18n:pull
- git add -N ./i18n/data
- git diff --exit-code ./i18n/data