Skip to content

Commit e30bc34

Browse files
style(action): shield icon + purple colour for Marketplace branding
Swap from the default check-square/blue combo (used by most linter Actions) to shield/purple for visual differentiation in the Marketplace grid and to match the 'smoke detector' framing in docs/blog/.
1 parent 40be47e commit e30bc34

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ _(nothing yet)_
1616

1717
### Added
1818
- **GitHub Marketplace listing**`action.yml` now declares `author` and
19-
`branding` (icon: `check-square`, colour: `blue`), plus the previously
20-
CLI-only `--include-python` surfaced as an action input. Ready to
19+
`branding` (icon: `shield`, colour: `purple` — safety framing, visually
20+
distinct from the `check-square`/`blue` default that most linter
21+
Actions use), plus the previously CLI-only `--include-python` surfaced
22+
as an action input. Ready to
2123
publish via the Release UI's "Publish this Action to the GitHub
2224
Marketplace" toggle.
2325
- **CLI feedback CTA** — when findings are reported, the terminal

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: 'sql-sop'
22
description: 'Fast rule-based SQL linter - catches DELETE-without-WHERE, SQL injection, and 20+ other hazards in 0.08 seconds across 200 files.'
33
author: 'Pawan Singh Kapkoti'
44
branding:
5-
icon: 'check-square'
6-
color: 'blue'
5+
icon: 'shield'
6+
color: 'purple'
77
inputs:
88
paths:
99
description: 'Files or directories to check'

0 commit comments

Comments
 (0)