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
Required
Path to your plugin.json.
Default "plugin.json" (=in root directory of your repository).
Set to true for official Voxelite plugins.
Causes the validator to not check against official names.
- name: plugin.json validation
uses: voxelite/plugin-json-validator@v1For plugin.json format look into official documentation, some examples can be found in test directory.