Skip to content

Commit 1d5fbe0

Browse files
jedudenclaude
andauthored
Fix action.yml for GitHub Marketplace publish validation (#629)
GitHub Marketplace rejected the action on publish: - name `mdsmith` is not unique (must not match an existing action, user, or organization name) - description exceeded the 125-character limit Rename the action to `mdsmith Markdown linter` and shorten the description to 98 chars. Point the channel doc's Marketplace URL at the new slug (mdsmith-markdown-linter). https://claude.ai/code/session_01TKgJTS4UcFPqtdwkxYzTUC Co-authored-by: Claude <noreply@anthropic.com>
1 parent cbb0d6d commit 1d5fbe0

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: mdsmith
1+
name: mdsmith Markdown linter
22
description: >-
3-
Install the mdsmith Markdown linter from a checksum-verified GitHub release
4-
binary for the runner's OS and architecture, put it on PATH, and optionally
5-
run a mdsmith command.
3+
Install the mdsmith Markdown linter from a checksum-verified
4+
release binary and optionally run it.
65
author: jeduden
76
branding:
87
icon: check-square

docs/development/release-channels/github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ platforms: [linux, macos, windows]
1414
registry: github.com/marketplace
1515
credential: GITHUB_TOKEN
1616
job: release
17-
channelurl: https://github.com/marketplace/actions/mdsmith
17+
channelurl: https://github.com/marketplace/actions/mdsmith-markdown-linter
1818
weight: 15
1919
unlisted: true
2020
---
2121
# GitHub Actions
2222

23-
Release page: <https://github.com/marketplace/actions/mdsmith>
23+
Release page: <https://github.com/marketplace/actions/mdsmith-markdown-linter>
2424

2525
The repository root carries an `action.yml`, so a workflow
2626
step runs mdsmith with:

0 commit comments

Comments
 (0)