File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 35
35
- name : lint
36
36
run : bundle exec rubocop
37
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 config/locales/translations/zendesk_apps_support.yml
54
+
38
55
tests_successful :
39
56
name : Tests passing?
40
57
needs : tests
You can’t perform that action at this time.
0 commit comments