Skip to content

Validate json file

Validate json file #5

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@018ae0c89e2ef8640f22a5ee975434e0b908c9ea
with:
path-to-file: '/src/assets/i18n/en.json'