Skip to content

Validate json file

Validate json file #4

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