Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 261 Bytes

File metadata and controls

13 lines (11 loc) · 261 Bytes

Language Package Validator

Please add the following lines to your language package respository actions

...
- uses: actions/setup-node@v3
  with:
    node-version: 16
- name: Validate JSON & CSV Files
  uses: PitcherAG/validate-lang-package@v1
...