Lint package.json
Version updated for https://github.com/kirkeaton/action-publint to version v2.0.6.
- This action is used across all versions by 13 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-publint GitHub Action automates the process of linting a package.json file to identify and report packaging errors using Publint. It helps developers ensure their package configurations are correct and adhere to best practices, reducing the risk of issues during publishing. The action provides customizable logging levels and the ability to treat warnings as errors, streamlining the validation process for package metadata.
Release notes
2.0.6 (2025-12-29)
Bug Fixes
- Switch to npm, remove semantic-release dependencies and run using npx (dad4441)