[WIP] Add i18n-validator-action #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i18n validator | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
- jgoepfert-add-i18n-validator-action | |
jobs: | |
main: | |
name: English Strings Static Validations | |
runs-on: [self-hosted, zendesk-stable] | |
env: | |
BUNDLE_ZDREPO__JFROG__IO: "${{ secrets.BUNDLE_ZDREPO__JFROG__IO }}" | |
steps: | |
- uses: zendesk/checkout@v3 | |
- name: Set up Ruby | |
uses: zendesk/setup-ruby@v1 | |
with: | |
ruby-version: 3.2.2 | |
- run: bundle init | |
- run: gem install zendesk_i18n_dev_tools --source https://$BUNDLE_ZDREPO__JFROG__IO@zdrepo.jfrog.io/zdrepo/api/gems/gems-local/ | |
- run: validate_string_sweep_files 'zendesk/zopim.yml' |