npm-pkg-lint
Version updated for https://github.com/ext/npm-pkg-lint to version v4.6.2.
- This action is used across all versions by 35 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, npm-pkg-lint, is an opinionated linter designed to validate and enforce best practices for NPM package tarballs and package.json metadata. It automates the detection of common issues, such as missing or unnecessary fields, outdated Node.js versions, and the inclusion of extraneous files, ensuring packages are optimized for distribution. The action streamlines package quality control, reduces potential errors, and promotes lightweight, standards-compliant packages.
Release notes
4.6.2 (2026-03-25)
Bug Fixes
- deps: update dependency tar to v7.5.13 (2d0603e)