-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73a7cfb
commit ff46bcc
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
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' |