Raghavan 228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00

16 lines
494 B
YAML

# example plugin config
name: Default Data For Path
description: Adds configured Tags, Performers and/or Studio to all newly scanned Scenes, Images and Galleries.
url: https://github.com/stashapp/CommunityScripts
version: 1.1
exec:
- defaultDataForPath.js
interface: js
hooks:
- name: Add Configured Data on Scan
description: Adds configured tags/performers/studio on Task->Scan creation.
triggeredBy:
- Scene.Create.Post
- Gallery.Create.Post
- Image.Create.Post