Skip to content

Validate json file

Validate json file #13

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