We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6c46c commit 33f58aeCopy full SHA for 33f58ae
.github/workflows/actions.yml
@@ -35,6 +35,23 @@ jobs:
35
- name: lint
36
run: bundle exec rubocop
37
38
+ i18n:
39
+ name: I18n
40
+ runs-on: [ self-hosted, zendesk-stable ]
41
+ env:
42
+ ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }}
43
+ ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
44
+ BUNDLE_ZDREPO__JFROG__IO: "${{ secrets.BUNDLE_ZDREPO__JFROG__IO }}"
45
+ steps:
46
+ - uses: actions/checkout@v4
47
+ - uses: zendesk/setup-ruby@v1
48
+ with:
49
+ ruby-version: 3.4
50
+ - name: Validate
51
+ run: |
52
+ gem install zendesk_i18n_dev_tools --source https://$BUNDLE_ZDREPO__JFROG__IO@zdrepo.jfrog.io/zdrepo/api/gems/gems-local/
53
+ validate_string_sweep_files i18n/en-us.yml
54
+
55
tests_successful:
56
name: Tests passing?
57
needs: tests
0 commit comments