Claude Lint
Version updated for https://github.com/zhupanov/claude-lint to version v1.0.27.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Claude Lint is a GitHub Action and CLI tool designed to validate and enforce best practices for configurations and plugins within Claude Code projects. It automates the linting process for .claude/ and .claude-plugin/ directories, offering 96 customizable linting rules across various categories (e.g., hooks, skills, agents). Its key capabilities include two linting modes (basic and plugin), CI/CD integration, and cross-platform support, helping developers ensure consistency and compliance with Claude Code standards.
What’s Changed
What’s Changed
- Refactor: split validators into submodules, extract shared utilities by @zhupanov in https://github.com/zhupanov/claude-lint/pull/69
Full Changelog: https://github.com/zhupanov/claude-lint/compare/v1...v1.0.27