Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b #v8.1.0

- name: Run claudelint
run: uvx claudelint --strict
- name: Run skillsaw
run: uvx skillsaw --strict

markdown-lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ structure.
| `claude plugin validate .` | Validate marketplace |
| `claude plugin validate ./<plugin-name>` | Validate specific plugin |
| `npx markdownlint-cli2 --config ${CLAUDE_PROJECT_DIR}/.markdownlint-cli2.jsonc "**/*.md"` | Lint markdown files |
| `uvx claudelint --strict` | Lint plugin |
| `uvx skillsaw --strict` | Lint plugin |

## Adding a Plugin

Expand Down
Loading