-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 817 Bytes
/
Copy pathaction.yml
File metadata and controls
29 lines (29 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 'VIS - Visual Intelligence Audit'
description: 'Run visual health audit on your images. Detect placeholders, duplicates, orphans, and oversized files.'
author: 'frankxai'
branding:
icon: 'image'
color: 'green'
inputs:
images-dir:
description: 'Path to images directory'
default: 'public/images'
max-file-size-kb:
description: 'Maximum image file size in KB'
default: '2000'
min-score:
description: 'Minimum health score to pass (0-100)'
default: '50'
comment-on-pr:
description: 'Post results as PR comment'
default: 'true'
outputs:
score:
description: 'Visual health score (0-100)'
issues-count:
description: 'Total number of issues found'
high-count:
description: 'Number of HIGH severity issues'
runs:
using: 'node20'
main: 'dist/action.mjs'