Skip to content

Commit

Permalink
Validate json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmartyrk committed Oct 17, 2023
1 parent bb7a18e commit 6388a6d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/l10n_validator.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Validate JSON

on:
pull_request:
types: [closed]
push:
branches:
- master
- redesign
jobs:
verify-json-validation:
github_action_json_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: OrRosenblatt/[email protected]
INPUT_JSONS: /src/assets/i18n/en.json
- name: Validate JSON
uses: ilmartyrk/github-action-json-lint@67390ba9d84fec8df05f99d4c128d0f210dac320
with:
path-to-file: '/src/assets/i18n/en.json'

0 comments on commit 6388a6d

Please sign in to comment.