Skip to content

noname2290/plugin-json-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxelite plugin.json Validator

GitHub Action to validate Voxelite's plugin.json (main information about the plugin).

Checks:

  • Presence of all required fields
  • Valid characters (especially for plugin's codename)
  • Impersonation prevention

Inputs

file

Required

Path to your plugin.json. Default "plugin.json" (=in root directory of your repository).

official

Set to true for official Voxelite plugins. Causes the validator to not check against official names.

Example usage

- name: plugin.json validation
  uses: voxelite/plugin-json-validator@v1

For plugin.json format look into official documentation, some examples can be found in test directory.

About

GitHub Actions - Validate your plugin.json

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%