Skip to content

Validate json file

Validate json file #15

name: Validate JSON
on:
push:
branches:
- redesign
jobs:
github_action_json_lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Validate JSON
uses: ilmartyrk/github-action-json-lint@60698feadf15489761b35a33c71f41734104f903
with:
path-to-file: 'src/assets/i18n/en.json'