Skip to content

Commit

Permalink
Add i18n-validator-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcGoepfert committed Aug 26, 2024
1 parent 73a7cfb commit ff46bcc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/i18n-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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://[email protected]/zdrepo/api/gems/gems-local/
- run: validate_string_sweep_files 'zendesk/zopim.yml'

0 comments on commit ff46bcc

Please sign in to comment.